Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 406 Bytes

On a new machine

  • Clone this repository
  • Run make init
  • Run make install

Upgrading packages

If wanted, change the version in nix/flake.nix first

make update # or update-unstable

Common issues

Nix : Error: It seems there is already an App at '/Applications/...'

brew remove --force --cask ...

Useful links