neovim custom invero light-theme #1
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user