Skip to content

fa7ad/myconfig

Repository files navigation

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

About

All my "dotfiles" as a backup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published