dotfiles/deployment_playbook.json
2025-02-25 12:59:07 +01:00

28 lines
523 B
JSON

[
{
"source": "config/nvim",
"destination": "~/.config/nvim",
"type": "replace"
},
{
"source": "oh-my-zsh/custom",
"destination": "~/.oh-my-zsh/custom",
"type": "replace"
},
{
"source": "home/tmux.conf",
"destination": "~/.tmux.conf",
"type": "replace"
},
{
"source": "home/gitconfig",
"destination": "~/.gitconfig",
"type": "replace"
},
{
"source": "local/scripts",
"destination" : "~/.local/scripts",
"type": "replace"
}
]