Skip to content

Instantly share code, notes, and snippets.

@felipeplets
Last active March 25, 2024 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipeplets/cf50647d70c425c6d6171072250bf91f to your computer and use it in GitHub Desktop.
Save felipeplets/cf50647d70c425c6d6171072250bf91f to your computer and use it in GitHub Desktop.
https://blog.shanbhag.me/My-terminal-iTerm2-Oh-my-Zsh-with-PowerLevel10k/#Oh-My-Zsh
# zsh + oh-my-zsh
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
nvm install 14
brew install fzf
# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
brew install jq
brew install gh
brew install terminal-notifier
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 https://github.com/lukechilds/zsh-nvm ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-nvm
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
plugins=(
bgnotify
brew
git
rand-quote
zsh-syntax-highlighting
zsh-autosuggestions
zsh-nvm
zsh-z
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment