charlesdong1991 / dofi

config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dofi: Configuration files

My system and home configurations files are tracked in this repository.

Bootstrapping

  1. install nix
  2. git clone git@github.com:chicochico/dofi.git $HOME/dofi
  3. install nix-darwin
  4. run nix-shell shell.nix
  5. install home-brew for installing --casks
  6. to setup os inside the new shell run darwin-rebuild switch --flake .#mbp14
  7. to setup home home-manager switch --flake .#mbp14

Restarting the computer is a good idea.

To update system configurations, rebuild with:

 darwin-rebuild switch --flake .#hostname

To update home configurations rebuild with:

home-manager switch --flake .#username

Links

About

config files


Languages

Language:Shell 81.7%Language:Lua 11.0%Language:Nix 7.4%