thenorili / dotfiles

MIT License
2 stars 0 forks source link

needs a manual testing protocol that checks all tooling is installed and configured #8

Open thenorili opened 1 year ago

thenorili commented 1 year ago
7 Packages=(\
8     # essential utilities
9     "curl" "firefox" "git" \

10 "nvim" "tmux" "fd-find" \ 11 "ripgrep" "rsync" "snapd" \ 12 # development tools for c and shell 13 "gdb" "shellcheck" \ 14 # retro terminal and window manager 15 "xterm" "i3" \ 16 # fish shell 17 "fish") 18 19 INSTALL_DIR=$(dirname -- "$( readlink -f -- "$0"; )") 20 21 # AllInstalled=(${packages} +\ 22 # "llvm-toolchain" "rust" "dein.vim" "tpm" "brew" "oh-my-fish" "discord"

...