change playbook to deploy custom scripts

This commit is contained in:
Carlos Sousa 2025-01-16 10:40:34 +01:00
parent 717d30fee2
commit 169dc00157

View File

@ -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"
}
]