Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup iTerm and zsh #6

Open
ninokierulf opened this issue Nov 4, 2022 · 0 comments
Open

Setup iTerm and zsh #6

ninokierulf opened this issue Nov 4, 2022 · 0 comments

Comments

@ninokierulf
Copy link
Owner

  1. Download and install iTerm 2
    https://iterm2.com/downloads.html
  2. Install [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
    sh -c "$(curl -fsSL [https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh](https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh))"
  3. Install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
    git clone [https://github.com/zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

open -a 'Sublime Text' ~/.zshrc

plugins=(git zsh-autosuggestions)

  1. Install zsh-syntax-highlighting using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
    git clone [https://github.com/zsh-users/zsh-syntax-highlighting.git](https://github.com/zsh-users/zsh-syntax-highlighting.git) ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

zsh-syntax-highlighting

  1. Apply [Oh-my-zsh Theme](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) (https://dev.to/abdfnx/oh-my-zsh-powerlevel10k-cool-terminal-1no0)
    Change iTerm background to 20% gray. iTerm > Preferences > Profiles > Colors
  2. Make it better https://medium.com/swlh/the-ultimate-terminal-emulator-with-oh-my-zsh-experience-f81f838c6daf

ref: https://technofob.com/2020/12/24/the-ultimate-mac-m1-terminal-iterm2-oh-my-zsh-zsh-syntax-highlighting/

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

No branches or pull requests

1 participant