$ ./setup.sh --install-deps
$ ./rust.sh
$ ./node.sh
$ ./git.sh --user StefanYohansson --email [email protected] --github StefanYohansson
$ ./vim.sh
# ./arch.sh # it doesn't execute missing.sh
# ./direnv.sh
Please take care installing things from missing.sh
, it's just a dump from what's installed on my computer when I made this file and you'll accidently install my drivers plus useless things for you.
yaourt -Q | awk '{print $1}' | cut -d '/' -f 2 | tr '\n' ' ' | awk '{print "yaourt -S " $0}' > missing.sh
- git
- jq
- vim
- curl