Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

SETUP.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

Setting up your device

  • add startup.sh to user directory, and add to ~/.profile (doesn't work in .bashrc)

  • install git, tree, vim, zsh, tmux, curl, wget, neofetch

Run

git config --global alias.add-commit '!git add . && git commit'

to use:

git add-commit -m 'My commit message'