Skip to content

Instantly share code, notes, and snippets.

View andresespinosapc's full-sized avatar

Andres Espinosa andresespinosapc

View GitHub Profile
@andresespinosapc
andresespinosapc / terminal_starter_pack.sh
Last active July 10, 2019 17:15
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