Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 707 Bytes

My configuration files

Started out on Linux, but now I'm working on replacing this with the config for my macOS setup.

Required software

  • Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • These homebrew formulae (all other formulae and casks should be handled by homebrew-bundle):
    brew install fish stow

Set up

fish INSTALL.fish
which fish | sudo tee -a /etc/shells # this step is necessary since fish is being installed from homebrew
chsh -s $(which fish)
brew bundle install --global

# fisher hack needed when adopting new pc
git apply 00000_*.patch
fish
fisher list
fisher update