Adds import script and uses a shared list of the files to copy.

This commit is contained in:
2026-09-03 13:19:17 -07:00
parent 636128e2f1
commit c4b1af44b9
3 changed files with 44 additions and 7 deletions

18
files.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
FILES=(
".bash_logout"
".bashrc"
".config"
".gitconfig"
".gitignore"
".gitignore_global"
".hgignore_global"
".profile"
".rc.d"
".yarnrc"
".zprofile"
".zshenv"
".zsh_functions"
".zshrc"
)