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()
|
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"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user