/dotfiles

Git repository managing all my dotfiles

Primary LanguageLuaMIT LicenseMIT

Feiyou's dotfiles

The structure of this repository is inspired by Alex Pearce and Abdullah Khabir.

Usage

  1. Install Homebrew
    • Don't forget to add eval "$(/opt/homebrew/bin/brew shellenv) to your $HOME/.zshrc
  2. Clone this repository into your $HOME folder.
    $ git clone git@github.com:gfeiyou/dotfiles.git $HOME/.dotfiles
    $ cd $HOME/.dotfiles
  3. Install tools from Brewfile (stow, tmux, nvim, ...)
    brew bundle
  4. Stow needed config
    stow wezterm nvim tmux ...
  5. Restart zsh, zinit and zsh pluins will be installed automatically.
  6. Start nvim, plugins, lsps, and treesitters will be isntalled automatically .
  7. Start tmux, tpm and plugins will be installed automatially.

License

MIT.