mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
change playbook to deploy custom scripts
This commit is contained in:
parent
717d30fee2
commit
169dc00157
|
|
@ -5,13 +5,18 @@
|
|||
"type": "replace"
|
||||
},
|
||||
{
|
||||
"source": "oh-my-zsh/custom/aliases.zsh",
|
||||
"destination": "~/.oh-my-zsh/custom/aliases.zsh",
|
||||
"type": "append"
|
||||
"source": "oh-my-zsh/custom",
|
||||
"destination": "~/.oh-my-zsh/custom",
|
||||
"type": "replace"
|
||||
},
|
||||
{
|
||||
"source": "home/tmux.conf",
|
||||
"destination": "~/.tmux.conf",
|
||||
"type": "replace"
|
||||
},
|
||||
{
|
||||
"source": "local/scripts",
|
||||
"destination" : "~/.local/scripts",
|
||||
"type": "replace"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user