Last active
March 19, 2021 10:13
-
-
Save sksq96/a7cefee83b37bc5cefd48d2f8ec8a260 to your computer and use it in GitHub Desktop.
This file contains 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
# 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