Dotfiles

Install

Linux/Mac

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply brandonocasey; rm -rf ./bin

Windows

Set-ExecutionPolicy RemoteSigned -scope CurrentUser; (irm -useb https://get.chezmoi.io/ps1) | powershell -c -; bin/chezmoi init --apply brandonocasey; rm -r ./bin -fo

Priorities

Low Priorities

  • fix regular vim

Interesting Binaries

install these if they are added to homebrew

Issues

References