wip: dir organisation, script cleanup

This commit is contained in:
Andrejus
2021-04-09 22:04:33 +01:00
parent 576c73352c
commit 18689abd73
59 changed files with 508 additions and 647 deletions

21
config.json Normal file
View File

@@ -0,0 +1,21 @@
{
"apt_dependencies": [
"bat",
"curl",
"cowsay",
"fd-find",
"figlet",
"fortune-mod",
"git",
"gnupg2",
"jq",
"make",
"neovim",
"net-tools",
"openssh-client",
"openssh-server",
"screenfetch",
"stow",
"tmux"
]
}