Archive unused files, pending deletion
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user