Simplifies install and import scripts.

This commit is contained in:
2026-09-03 16:00:03 -07:00
parent 9f27d8a2c4
commit 56aca8a094
8 changed files with 213 additions and 72 deletions

20
install_files Normal file
View File

@@ -0,0 +1,20 @@
INSTALL_FILES=(
".gitconfig"
".gitignore"
".gitignore_global"
".hgignore_global"
".init_profile"
".rc.d"
".yarnrc"
".zsh_functions"
)
IMPORT_FILES=(
"${INSTALL_FILES[@]}"
".bash_logout"
".bashrc"
".profile"
".zprofile"
".zshenv"
".zshrc"
)