feat: git
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
"to": "~/.gitconfig"
|
||||
}
|
||||
},
|
||||
"gitignore": {
|
||||
"link": {
|
||||
"from": "shared/gitignore",
|
||||
"to": "~/.gitignore"
|
||||
}
|
||||
},
|
||||
"zsh": {
|
||||
"link": {
|
||||
"from": "shared/zsh",
|
||||
@@ -49,6 +55,7 @@
|
||||
],
|
||||
"macos": [
|
||||
"git",
|
||||
"gitignore",
|
||||
"zsh",
|
||||
"tmux",
|
||||
"nvim",
|
||||
@@ -102,6 +109,7 @@
|
||||
],
|
||||
"linux-vm": [
|
||||
"bin",
|
||||
"gitignore",
|
||||
{
|
||||
"package": "htop",
|
||||
"install": "sudo apt install -y htop"
|
||||
@@ -126,6 +134,7 @@
|
||||
],
|
||||
"container": [
|
||||
"bin",
|
||||
"gitignore",
|
||||
{
|
||||
"package": "htop",
|
||||
"install": "sudo apt install -y htop"
|
||||
|
||||
Reference in New Issue
Block a user