Skip to content

tahoeschrader/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my attempt to learn nix and clean my dotfiles

Resources

License

Stars

Watchers

Forks