- Install requirements via
homebrew
brew install yabai skhd alacritty starship fish stow
- Install neovim from the master branch
git clone https://github.com/neovim/neovim
cd neovim
make
sudo make install
- Clone this repository somewhere in your home folder. I use
~/.dotfiles
git clone https://github.com/itmecho/dotfiles-mac ~/.dotfiles
- Symlink config files for each application using
stow
. I prefer to remove any existing files so that the whole folder will get symlinked
cd ~/.dotfiles
stow alacritty # for example