use Starship
use Iceberg.vim
use FiraMono Nerd Font Mono
*require: any Nerd Fonts font
I use the Apple Silicon version of Homebrew, so the path may be different.
e.g.
.zshrc:
- Apple Silicon:
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
- Intel:
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
If you do not follow this order, it will not work.
It is better to perform the installation with Homebrew if necessary.
$ sh setup-mac.sh
$ sh setup-brew.sh
$ sh setup-git.sh
$ sh setup-rc.sh
$ sh setup-anyenv.sh
mkdir ~/Workspace
cd ~/Workspace
git clone https://github.com/kxn4t/dotfiles.git