Archive unused files, pending deletion

This commit is contained in:
2022-05-17 17:11:26 -07:00
parent 3217ba8549
commit d74517cdba
43 changed files with 0 additions and 8 deletions

View File

@@ -7,26 +7,18 @@ home = Path.home().resolve().absolute()
dotdir = Path(__file__).parent.resolve().absolute()
simple = [
# 'gemrc',
"gitconfig",
"ideavimrc",
"lein",
# 'irbrc',
# 'nethackrc',
# 'spacemacs',
"tmux.conf",
"vimrc",
]
targeted = {
"doom": ".doom.d",
"fish": ".config/fish",
"kitty": ".config/kitty",
"alacritty": ".config/alacritty",
"i3": ".config/i3",
"compton.conf": ".config/compton.conf",
"xonsh/rc.xsh": ".xonshrc",
"powerline": ".config/powerline"
}