/.dotfiles

Some configuration files of mine for #aesthetic

Primary LanguageLua

Instructions

  1. Download brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Download 1password
brew install --cask 1password
  1. Download fzf, gh, and dotbare
brew install dotbare fzf gh
  1. Login to gh. Elect to upload the ssh key. This will generate an ssh key for you and upload it to GH
gh auth login
  1. Initialize this repo with dotbare
dotbare finit -u git@github.com:zchbndcc9/.dotfiles.git
  1. Run brew bundle
brew bundle
  1. 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'```