add new files to config
This commit is contained in:
parent
616ba97325
commit
d397192471
@ -15,7 +15,10 @@
|
|||||||
"post-link": "(grep -q 'alias vim=nvim' ~/.zshrc || echo 'alias vim=nvim' >> ~/.zshrc) || true"
|
"post-link": "(grep -q 'alias vim=nvim' ~/.zshrc || echo 'alias vim=nvim' >> ~/.zshrc) || true"
|
||||||
},
|
},
|
||||||
"zsh": {
|
"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": {
|
"tmux": {
|
||||||
"link": { "from": "shared/tmux", "to": "~/.tmux.conf" }
|
"link": { "from": "shared/tmux", "to": "~/.tmux.conf" }
|
||||||
@ -36,6 +39,8 @@
|
|||||||
"environments": {
|
"environments": {
|
||||||
"macos": [
|
"macos": [
|
||||||
"zsh",
|
"zsh",
|
||||||
|
"zsh_config",
|
||||||
|
"bin",
|
||||||
"tmux",
|
"tmux",
|
||||||
"nvim",
|
"nvim",
|
||||||
"git",
|
"git",
|
||||||
@ -55,6 +60,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linux-vm": [
|
"linux-vm": [
|
||||||
|
"zsh_config",
|
||||||
{
|
{
|
||||||
"package": "zsh",
|
"package": "zsh",
|
||||||
"install": "sudo apt install -y zsh",
|
"install": "sudo apt install -y zsh",
|
||||||
@ -80,6 +86,7 @@
|
|||||||
"bin"
|
"bin"
|
||||||
],
|
],
|
||||||
"linux-dev": [
|
"linux-dev": [
|
||||||
|
"zsh_config",
|
||||||
{
|
{
|
||||||
"package": "zsh",
|
"package": "zsh",
|
||||||
"install": "sudo apt install -y zsh",
|
"install": "sudo apt install -y zsh",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user