1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-03-30 07:05:17 +00:00

Update install

This commit is contained in:
Nebel 2025-03-01 12:38:34 +09:00 committed by GitHub
parent 1371bf56fd
commit b7a558703d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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