Based off of https://www.atlassian.com/git/tutorials/dotfiles
cd ~
git clone --bare git@github.com:kauffecup/dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' # this is also in .zshrc
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
cd ~
brew bundle # brewfile gets set up from this repo
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
zinit self-update
:Copilot auth
:TSUpdate
:Mason
npm install -g eslint_d
This setup relies on BerkeleyMono Nerd Font
- need to add that to system fonts.
It is checked into this repo under the misc/
directory.
For more info on nerd fonts, see: https://github.com/ryanoasis/nerd-fonts.