19 lines
264 B
Bash
19 lines
264 B
Bash
#!/usr/bin/env bash
|
|
|
|
FILES=(
|
|
".bash_logout"
|
|
".bashrc"
|
|
".config"
|
|
".gitconfig"
|
|
".gitignore"
|
|
".gitignore_global"
|
|
".hgignore_global"
|
|
".profile"
|
|
".rc.d"
|
|
".yarnrc"
|
|
".zprofile"
|
|
".zshenv"
|
|
".zsh_functions"
|
|
".zshrc"
|
|
)
|