mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-19 00:17:59 +00:00
6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
cd -- "$(dirname -- "$0")"
|
|
. ../mod.bash
|
|
install_pkg_packages
|
|
|