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