Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 557 Bytes

dotfiles

A place to store all my home and system configurations.

Heavily borrowing ideas/formatting from my brother:

Tidy up repo

nix fmt .

After updating MacOS

Add the following to the top of /etc/zshrc with sudo \vim /etc/zshrc.

if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi

TODO

  • add turing pi config
  • add windows WSL config
  • add nvidia jetson configs