Skip to content

Instantly share code, notes, and snippets.

@weihao
Last active October 25, 2024 05:26
Show Gist options
  • Save weihao/d68e794d3bf9d0df1964b490225cc114 to your computer and use it in GitHub Desktop.
Save weihao/d68e794d3bf9d0df1964b490225cc114 to your computer and use it in GitHub Desktop.
zsh
apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
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
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting history)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment