- Alacritty
- oh-my-zsh
- Nerd Fonts
- tmux
- Neovim
Make sure your default terminal is zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
all nerd fonts
brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true
https://github.com/asashakira/neovimrc
I really should make an install script
alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/asashakira/.dotfiles.git $HOME/.dotfiles
dots checkout
dots config --local status.showUntrackedFiles no