Skip to content

Instantly share code, notes, and snippets.

@sparkingdark
Created December 15, 2020 15:50
Show Gist options
  • Save sparkingdark/ef6f0db1f994ed70424962b25a8ac605 to your computer and use it in GitHub Desktop.
Save sparkingdark/ef6f0db1f994ed70424962b25a8ac605 to your computer and use it in GitHub Desktop.
sudo apt install zsh
sudo chsh -s /bin/zsh
curl -fsSL --output omz_installer.sh
https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh
zsh omz_installer.sh
sh ./omz_installer.sh
upgrade_oh_my_zsh
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
nano ~/.zshrc
#replace zshtheme ZSH_THEME="powerlevel10k/powerlevel10k"
git clone https://github.com/dracula/iterm.git
git clone https://github.com/zsh-users/zsh-autosuggestions \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=( git zsh-syntax-highlighting zsh-autosuggestions)
@sparkingdark
Copy link
Author

for fedora replace it with sudo dnf install zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment