Skip to content

Instantly share code, notes, and snippets.

@ross-newman
Last active June 19, 2019 15:13
Show Gist options
  • Save ross-newman/5d45ab3049f37572ae1aeec6fac1ed89 to your computer and use it in GitHub Desktop.
Save ross-newman/5d45ab3049f37572ae1aeec6fac1ed89 to your computer and use it in GitHub Desktop.
Zsh setup on Ubuntu 18.04
#!/bin/bash
sudo apt-get install zsh powerline fonts-powerline zsh-theme-powerlevel9k zsh-syntax-highlighting
# Select 2 to setup .zshrc then exit
zsh
echo "source /usr/share/powerlevel9k/powerlevel9k.zsh-theme" >> ~/.zshrc
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
# Start the Zsh
zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment