feat: dir, install changes

This commit is contained in:
2024-03-03 21:06:52 +00:00
parent 3c5b255bcf
commit 25cd4dba5e
24 changed files with 127 additions and 206 deletions

View File

@@ -30,12 +30,6 @@
"repository": "https://download.docker.com/linux/debian",
"components": "bullseye stable"
},
{
"key": "fish",
"signingKey": "https://download.opensuse.org/repositories/shells:fish/Debian_10/Release.key",
"repository": "https://download.opensuse.org/repositories/shells:/fish/Debian_10/",
"components": "/"
},
{
"key": "github",
"signingKey": "https://cli.github.com/packages/githubcli-archive-keyring.gpg",
@@ -43,11 +37,6 @@
"components": "stable main"
}
],
"apt_core_dependencies": [
"curl",
"gnupg",
"gnupg2"
],
"apt_dependencies": [
"apt-transport-https",
"ca-certificates",
@@ -60,7 +49,6 @@
"emacs",
"fd-find",
"figlet",
"fish",
"fonts-nanum",
"fortune-mod",
"fzf",
@@ -76,13 +64,11 @@
"openssh-server",
"redis-tools",
"screenfetch",
"stow",
"terraform-ls",
"terraform",
"tmux",
"unzip",
"yarn",
"zsh"
"yarn"
],
"node_dependencies": [
"firebase-tools",
@@ -97,19 +83,5 @@
"poetry",
"python-language-server[all]",
"pyvim"
],
"stow_packages": [
{
"name": "config",
"target": "CONFIG"
},
{
"name": "home",
"target": "HOME"
},
{
"name": "ssh",
"target": "SSH"
}
]
}