mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-19 08:28:01 +00:00
7 lines
93 B
Text
7 lines
93 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
cd -- "$(dirname -- "$0")"
|
||
|
. ../mod.bash
|
||
|
install_pkg_packages
|
||
|
|