This dotifles contain the MacOS configurations for:
You will need Brew to manage all the packages we will need to start. I could use brew bundle command, but I rather not.
With Brew we will install:
- Stow
- Neovim
- Tmux
With that done, we will use Stow to manage the symlinks. To do that we will use the setup.sh.
Configure Git once to use the global ignore file from this repo:
git config --global core.excludesfile ~/dotfiles/git/.gitignore_globalAs there is some machine specific configurations in the .zshrc or .bashrc I rather only create an aliases file and source them manually.
To do that we will just need go to the rc file and paste that there:
source dotfiles/aliases.sh
(Assuming we cloned the repo in the root directory)