This directory contains the dotfiles for my system
Ensure you have the following installed on your system
- Git
First, check out the dotfiles repo in your $HOME/dotfiles
directory using git
$ git clone https://github.com/dawidpereira/dotfiles.git ~/dotfiles
Then instal and rebuild Nix setup
darwin-rebuild switch --flake ~/dotfiles/nix#m1
Unfortunately there is no easy way to automatically instal TPM from Nix flake configuration. The easiest way is to do it manually according to TPM Documentation
Finally use GNU stow to create symlinks
cd ~/dotfiles
$ bash build_symlinks.sh