Last active
July 10, 2019 17:15
-
-
Save andresespinosapc/b19f89170d6b347fa12d0773fbb295e8 to your computer and use it in GitHub Desktop.
Command line starter pack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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