Skip to content

Instantly share code, notes, and snippets.

@wooyey
Created November 15, 2020 10:55
Show Gist options
  • Select an option

  • Save wooyey/29485d05fcef16a5044741bebc6eae51 to your computer and use it in GitHub Desktop.

Select an option

Save wooyey/29485d05fcef16a5044741bebc6eae51 to your computer and use it in GitHub Desktop.
OH My ZSH Setup

Installation

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Plugins

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Navi

# bash <(curl -sL https://raw.githubusercontent.com/denisidoro/navi/master/scripts/install)
git clone https://github.com/denisidoro/navi  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/navi
cp ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/navi/shell/navi.plugin.zsh ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/navi/

Powerlevel9k fonts

sudo apt install fonts-powerline fonts-font-awesome

Use ie. "DejaVu Sans Mono Book" font

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