Manage more dotfiles with Nix
This commit is contained in:
15
deploy.py
15
deploy.py
@@ -7,24 +7,23 @@ home = Path.home().resolve().absolute()
|
||||
dotdir = Path(__file__).parent.resolve().absolute()
|
||||
|
||||
simple = [
|
||||
"ideavimrc",
|
||||
"lein",
|
||||
]
|
||||
|
||||
simple_migrated = [
|
||||
"ideavimrc",
|
||||
"gitconfig",
|
||||
"tmux.conf",
|
||||
"vimrc",
|
||||
]
|
||||
|
||||
simple_migrated = [
|
||||
"gitconfig",
|
||||
]
|
||||
|
||||
targeted = {
|
||||
"doom": ".doom.d",
|
||||
"kitty": ".config/kitty",
|
||||
"xonsh/rc.xsh": ".xonshrc",
|
||||
}
|
||||
|
||||
targeted_migrated = {
|
||||
|
||||
"doom": ".doom.d",
|
||||
"kitty": ".config/kitty",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user