Added Ollama+ZED editor
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
README.org
|
||||
|
||||
emacs README.org --batch -f org-babel-tangle
|
||||
|
||||
emacs --batch -l org -l ox-html README.org -f org-html-export-to-html --kill
|
||||
|
||||
emacs README.org --batch -f org-babel-tangle && emacs --batch -l org -l ox-html README.org -f org-html-export-to-html --kill
|
||||
|
||||
emacs README.org --batch -f org-babel-tangle
|
||||
|
||||
git add .
|
||||
git commit -m "experiment: local change"
|
||||
sudo nixos-rebuild test --flake .#your_hostname
|
||||
|
||||
emacs README.org --batch -f org-babel-tangle && emacs --batch -l org -l ox-html README.org -f org-html-export-to-html --kill
|
||||
git add .
|
||||
git commit -m "literate: structural update"
|
||||
sudo nixos-rebuild test --flake .#your_hostname
|
||||
|
||||
- a NIXOS system installed with a user with sudo rights.
|
||||
- an internet connection
|
||||
- the folder henrovnix as you find it here
|
||||
|
||||
# Check if NetworkManager service is running
|
||||
systemctl status NetworkManager
|
||||
# If not running, start it temporarily
|
||||
@@ -12,3 +35,19 @@ nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD"
|
||||
nmcli connection show --active
|
||||
# Optional: show device status
|
||||
nmcli device status
|
||||
|
||||
find ~/Repos/nixos/henrovnix \
|
||||
-type d -name ".*" -prune -o \
|
||||
-type f -print0 \
|
||||
| xargs -0 sed -i 's/=<defaultUser>=/your_user/g'
|
||||
|
||||
find ~/Repos/nixos/henrovnix \
|
||||
-type d -name ".*" -prune -o \
|
||||
-type f -print0 \
|
||||
| xargs -0 sed -i 's/machine1/your_hostname/g'
|
||||
|
||||
mv ./machines/machine1 ./machines/your_hostname
|
||||
|
||||
nixos-generate-config
|
||||
|
||||
sudo nixos-rebuild switch --flake .#your_hostname
|
||||
|
||||
Reference in New Issue
Block a user