Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 840 Bytes

This repo contains the Nix configuration for my MacOS and Linux machines. Follow the documentation below to get started.

Getting Started

  1. Add ssh keys

  2. Install Nix

  3. Sync

    $ ./sync.sh
    
  4. Set zsh as default shell

Development

Once you have the environment setup, you can use the devShells support via direnv to manage the development environment for this project.

Setup

$ direnv allow
$ pre-commit install

Precommit

$ pre-commit run --all

References