Skip to content

Instantly share code, notes, and snippets.

@sksq96
Last active March 19, 2021 10:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sksq96/a7cefee83b37bc5cefd48d2f8ec8a260 to your computer and use it in GitHub Desktop.
Save sksq96/a7cefee83b37bc5cefd48d2f8ec8a260 to your computer and use it in GitHub Desktop.
# zsh
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo "exec zsh" >> ~/.bashrc
# zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# wormhole
sudo apt install magic-wormhole
# nano
sudo apt install nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment