Dotfiles use a bare git repository. We are storing git files in .dotfiles
and using an alias to not show the repo in the prompt and avoid confusion.
git clone --bare git@github.com:DrShnitzel/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
dotfiles add ~/my/file/path
dotfiles add -u
brew install fish nvim fd ripgrep bat zenith ranger rbenv ruby-build starship gh
brew install --cask warp
# setup fish
sudo sh -c 'echo $(which fish) >> /etc/shells'
chsh -s $(which fish)