Instructions
- Download brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Download 1password
brew install --cask 1password
- Download fzf, gh, and dotbare
brew install dotbare fzf gh
- Login to gh. Elect to upload the ssh key. This will generate an ssh key for you and upload it to GH
- Initialize this repo with dotbare
dotbare finit -u git@github.com:zchbndcc9/.dotfiles.git
- Run brew bundle
- Download vim-plug to setup neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'```