Skip to content

Instantly share code, notes, and snippets.

@andresespinosapc
Last active July 10, 2019 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresespinosapc/b19f89170d6b347fa12d0773fbb295e8 to your computer and use it in GitHub Desktop.
Save andresespinosapc/b19f89170d6b347fa12d0773fbb295e8 to your computer and use it in GitHub Desktop.
Command line starter pack
# Install Oh My ZSH
sudo apt-get install zsh
sudo apt-get install git-core
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
# Enable byobu
byobu-enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment