The structure of this repository is inspired by Alex Pearce and Abdullah Khabir.
- Install Homebrew
- Don't forget to add
eval "$(/opt/homebrew/bin/brew shellenv)
to your$HOME/.zshrc
- Don't forget to add
- Clone this repository into your
$HOME
folder.$ git clone [email protected]:gfeiyou/dotfiles.git $HOME/.dotfiles $ cd $HOME/.dotfiles
- Install tools from Brewfile (stow, tmux, nvim, ...)
brew bundle
- Stow needed config
stow wezterm nvim tmux ...
- Restart zsh, zinit and zsh pluins will be installed automatically.
- Start nvim, plugins, lsps, and treesitters will be isntalled automatically .
- Start tmux, tpm and plugins will be installed automatially.
MIT.