This setup assumes you are using a Macbook.
bash ~/dotfiles/setup/apps
bash ~/dotfiles/setup/cli
bash ~/dotfiles/setup/zsh
This repo uses submodules to divide out TPM packages and my nvim
config files. You'll need to ensure these submodules are recursively installed.
git submodule update --recursive --remote
Then run make
to symlink your dotfiles to the root directory.
make
Don't forget to install your zplug
and install tmux
plugins (prefix + I
aka <CA> + <S-I>
) before source ~/.zshrc
!