23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
INSTALL_FILES=(
|
|
".gitconfig"
|
|
".gitignore"
|
|
".gitignore_global"
|
|
".hgignore_global"
|
|
".init_profile"
|
|
".rc.d"
|
|
".yarnrc"
|
|
".zsh_functions"
|
|
".tmux.conf"
|
|
".config/starship.toml"
|
|
)
|
|
|
|
IMPORT_FILES=(
|
|
"${INSTALL_FILES[@]}"
|
|
".bash_logout"
|
|
".bashrc"
|
|
".profile"
|
|
".zprofile"
|
|
".zshenv"
|
|
".zshrc"
|
|
)
|