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:
parent
13717204be
commit
d483d4e1b4
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
cd -- "$(dirname -- "$0")"
|
||||
. ../mod.bash
|
||||
|
||||
function install_pkg_packages() {
|
||||
local packages
|
||||
|
@ -9,4 +10,5 @@ function install_pkg_packages() {
|
|||
pkg install -y "${packages[@]}"
|
||||
}
|
||||
|
||||
install_dotfiles
|
||||
install_pkg_packages
|
||||
|
|
Loading…
Add table
Reference in a new issue