add new files to config

This commit is contained in:
Tomas Mirchev 2025-09-15 07:07:37 +02:00
parent 8047e206b6
commit 35ff22030b

View File

@ -15,7 +15,10 @@
"post-link": "(grep -q 'alias vim=nvim' ~/.zshrc || echo 'alias vim=nvim' >> ~/.zshrc) || true"
},
"zsh": {
"link": { "from": "shared/zsh", "to": "~/.zshrc" }
"link": { "from": "shared/zsh/zshrc_root", "to": "~/.zshrc" },
},
"zsh_config": {
"link": { "from": "shared/zsh/zsh", "to": "~/.config/zsh" },
},
"tmux": {
"link": { "from": "shared/tmux", "to": "~/.tmux.conf" }
@ -36,6 +39,8 @@
"environments": {
"macos": [
"zsh",
"zsh_config",
"bin",
"tmux",
"nvim",
"git",
@ -55,6 +60,7 @@
}
],
"linux-vm": [
"zsh_config",
{
"package": "zsh",
"install": "sudo apt install -y zsh",
@ -80,6 +86,7 @@
"bin"
],
"linux-dev": [
"zsh_config",
{
"package": "zsh",
"install": "sudo apt install -y zsh",