This repository contains my dotfiles and replicable dev environment setup across different machines using Nix and Chezmoi. Always a work-in-progress.
- nix-shell
- for centralizing dev environment
- chezmoi
- for syncing configs
- [git] (https://git-scm.com/)
- [gh-cli] (https://cli.github.com/)
- Install the prerequisites manually
- Clone this public repository using https method
- Install chezmoi
- Run
chezmoi init --apply --verbose https://github.com/jettandres/dotfiles.git
- Run nix anywhere and reference the config in this repo with
nix-shell ./nix-shell.nix