- Tmux (TPM, Starship,
tsession manager) - NeoVim (LazyVim)
- ZSH (Antidote)
- Homebrew (Using Brewfile with lock)
- Fork the project and git clone it to your home directory
- Do a search for 'Dane Lipscombe', replace with your name then commit the changes
- Run from home directory
mv dotfiles/.git ~
rm -rf dotfiles
git diff-index --diff-filter=dr --name-only HEAD # CHECK THE FILES WITH MODIFICATIONS AND MAKE A COPY AS NEEDED AS THESE ARE ABOUT TO BE REPLACED!!
git reset --hard
git submodule update --init
- Install and run Kitty "macOS dmg" https://github.com/kovidgoyal/kitty/releases/latest
- Open System Settings > Privacy & Security > Full Disk Access, enable kitty and restart it
- Run
retry brew-install
Note: the .gitignore ignores all files so to add a new file run git add -f filename to force add it
brew-installInstall programs in Brewfilebrew-saveRun afterbrew install footo add to Brewfilebrew-upgradeUpgrade installed programsbrew-cleanupRun after removing programs from the Brewfile to uninstall them