Merge pull request #9 from DannyDannyDanny/feat/update-readme

Update README 📝
This commit is contained in:
Daniel Thoren 2025-06-30 10:13:24 +02:00 committed by GitHub
commit 20527a7dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,35 +60,19 @@ This repo is an extension of [dannydannydanny/methodology](https://github.com/Da
### WSL ### WSL
``` Install via [nix-community/NixOS-WSL Quickstart](https://github.com/nix-community/NixOS-WSL?tab=readme-ov-file#quick-start) :white_check_mark:
wsl --install --web-download -d Debian Setup dotfiles / config via github:
# <set username> ```bash
# <set password # git and github CLI tool in a temp shell
# debian launches automatically nix-shell -p gh git
# authenticate
# set Debian as default (equivalent to `wsl -s Debian`) gh auth login
wsl --set-default Debian # clone dotfiles
gh repo clone dannydannydanny/dotfiles
# update wsl # checkout the appropriate branch
wsl --update --web-download git checkout feat/wsl-neovim-update
# rebuild system with
# launch debian in the home directory sudo nixos-rebuild switch --flake ~/dotfiles/nixos/
wsl ~
# stabilize wsl.conf (so it doesn't overwrite `resolv.conf` in next step)
sudo touch /etc/wsl.conf
echo [network] | sudo tee -a /etc/wsl.conf > /dev/null
echo generateResolvConf = false | sudo tee -a /etc/wsl.conf > /dev/null
# fix WSL nameserver
echo 'nameserver 8.8.8.8' | sudo tee -a /etc/resolv.conf > /dev/null
sudo apt update && sudo apt upgrade -y
# install dependencies for dotfiles installation
sudo apt install -y git curl
# install dependencies for tmux
sudo apt install -y build-essential ncurses-dev
``` ```
### Clone repo SSH method ### Clone repo SSH method