I follwed this and ended up with this:
I also installed the colorls
plugin to have icons at file listings:
-
brew install --cask iterm2
-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
- My style configuration:
- (3) Rainbow.
- (1) Unicode.
- (1) No.
- (1) Angled.
- (1) Sharp.
- (3) Sharp.
- (2) Two lines.
- (2) Dotted.
- (1) No frame.
- (3) Dark.
- (2) Sparse.
- (2) Many icons.
- (1) Concise.
- (n) No.
- (2) Quiet.
- My style configuration:
-
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
-
brew install zsh-syntax-highlighting
-
gem install colorls
-
.zprofile
,.zshrc
and the.config
folder go in the home diretory.-
on
.zshrc
, update line 12 with your informationexport ZSH="/Users/{username}/.oh-my-zsh"
-
The file
dark_colors.yaml
at.config/colorls
is used to override the default colors forcolorls
on dark mode, as explained here on the topicCustom configurations
-
-
Default.json
is the iTerm2 Profile. To import it, go to iTerm2 > Preferences.