-
add startup.sh to user directory, and add to ~/.profile (doesn't work in .bashrc)
-
install git, tree, vim, zsh, tmux, curl, wget, neofetch
git config --global alias.add-commit '!git add . && git commit'
to use:
git add-commit -m 'My commit message'