1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-02-22 16:05:54 +00:00

install .gitconfig.local

This commit is contained in:
Nebel 2024-10-29 04:26:19 +09:00
parent 13717204be
commit d483d4e1b4

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
cd -- "$(dirname -- "$0")" cd -- "$(dirname -- "$0")"
. ../mod.bash
function install_pkg_packages() { function install_pkg_packages() {
local packages local packages
@ -9,4 +10,5 @@ function install_pkg_packages() {
pkg install -y "${packages[@]}" pkg install -y "${packages[@]}"
} }
install_dotfiles
install_pkg_packages install_pkg_packages