Simplifies install and import scripts.
This commit is contained in:
20
install_files
Normal file
20
install_files
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user