My personal shell setup for macOS.
.zshrc— Zsh config with oh-my-zsh, aliases, and tool setup
Download and install from https://iterm2.com/downloads.html
Then in iTerm2 preferences:
- Profiles → Text → Font → set to
JetBrainsMono NFsize12
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"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 ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingbrew install nvm eza bat fzf zoxideDownload and install JetBrains Mono NF (Nerd Font) from https://www.nerdfonts.com/font-downloads
git clone git@github.com:hidaydev/dotfiles.git ~/Code/dotfiles
cp ~/Code/dotfiles/.zshrc ~/.zshrcThen restart your terminal.