1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-17 23:55:07 +00:00
dotfiles/install
2022-11-02 02:32:33 +09:00

10 lines
196 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
cd -- "$(dirname -- "$0")"
. mod.bash
if (($(id -u) == 0)); then
[[ -f /etc/debian_version ]] \
&& install_apt_packages
fi
install_dotfiles
install_addons "$@"