mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-30 07:05:17 +00:00
Update install
This commit is contained in:
parent
1371bf56fd
commit
b7a558703d
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue