Open thenorili opened 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"
...
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"
...