This is my dotfiles for zsh.
- zsh
- git
- Clone this repo
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://github.com/ghraw/Homebrew/install/HEAD/install.sh)" - Install stow:
brew install stow - Install mise:
brew install mise - Make sure you're in the root of this directory and run
stow . - Run
mise install - Open your .zshrc and add the following at the beginning: source $HOME/.zshfiles/base.zshrc
- Restart your terminal or run
zsh