merge: README from wsl branch

This commit is contained in:
DannyDannyDanny 2025-07-27 14:39:56 +02:00
parent 433c3b714f
commit 3135fc2755

View file

@ -38,8 +38,10 @@ gh auth login
gh repo clone dannydannydanny/dotfiles gh repo clone dannydannydanny/dotfiles
# checkout the appropriate branch # checkout the appropriate branch
git checkout feat/wsl-neovim-update git checkout feat/wsl-neovim-update
# rebuild system with # rebuild WSL nixos using
sudo nixos-rebuild switch --flake ~/dotfiles/nixos/ sudo nixos-rebuild switch --flake ~/dotfiles/nixos#wsl
# rebuild macbook nixos using
# sudo nixos-rebuild switch --flake ~/dotfiles/nixos#macbook
``` ```
### Clone repo SSH method ### Clone repo SSH method
@ -80,3 +82,5 @@ bash install.sh
cd .. cd ..
``` ```
## Good Reads / Philosophy
* sometimes [`TODO`s arent for doing](https://sophiebits.com/2025/07/21/todos-arent-for-doing)