mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
28 lines
523 B
JSON
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"
|
|
}
|
|
]
|