STarting creating documentation, chapters 1-3 are do
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
##############################################
|
||||
# These files are just for reference.
|
||||
# If you want to change anything, edit the source files in:
|
||||
# ~/henrovnix/assets/conf
|
||||
# ~/<defaultUser>nix/assets/conf
|
||||
#
|
||||
# After that, run:
|
||||
# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
# cd ~/<defaultUser>nix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
#
|
||||
# If everything still works, you can use the same command but:
|
||||
# - keep "switch"
|
||||
# - and add a reboot:
|
||||
#
|
||||
# cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
# cd ~/<defaultUser>nix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
#
|
||||
# NOTE:
|
||||
# Make sure the lines starting with: cd ~/henrovnix
|
||||
# Make sure the lines starting with: cd ~/<defaultUser>nix
|
||||
# are written as ONE single line.
|
||||
##############################################
|
||||
|
||||
|
||||
@@ -21,11 +21,11 @@ alias gcp='git add . && git commit && git push'
|
||||
alias cd='z'
|
||||
|
||||
alias nps='xdg-open https://search.nixos.org'
|
||||
alias hvnx='cd ~/Repos/nixos/henrovnix'
|
||||
alias hvnx='cd ~/Repos/nixos/<defaultUser>nix'
|
||||
alias emt='hvnx && emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html'
|
||||
alias nxs='hvnx && sudo nixos-rebuild switch --flake .#traveldroid'
|
||||
alias nxt='hvnx && sudo nixos-rebuild test --flake .#traveldroid'
|
||||
alias nxv='hvnx && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
|
||||
alias nxs='hvnx && sudo nixos-rebuild switch --flake .#machine1'
|
||||
alias nxt='hvnx && sudo nixos-rebuild test --flake .#machine1'
|
||||
alias nxv='hvnx && sudo nixos-rebuild build-vm --flake .#machine1 && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"'
|
||||
|
||||
alias rb='systemctl reboot'
|
||||
alias po='systemctl poweroff'
|
||||
@@ -35,7 +35,7 @@ alias fps='flatpak search'
|
||||
alias fpi='flatpak install'
|
||||
alias fpr='flatpak run'
|
||||
|
||||
alias nxc='ssh henrov@nextcloud.data-pro.nu'
|
||||
alias nxc='ssh <defaultUser>@nextcloud.data-pro.nu'
|
||||
|
||||
|
||||
alias vs='code'
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
##############################################
|
||||
# These files are just for reference.
|
||||
# If you want to change anything, edit the source files in:
|
||||
# ~/henrovnix/assets/conf
|
||||
# ~/<defaultUser>nix/assets/conf
|
||||
#
|
||||
# After that, run:
|
||||
# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
# cd ~/<defaultUser>nix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
#
|
||||
# If everything still works, you can use the same command but:
|
||||
# - keep "switch"
|
||||
# - and add a reboot:
|
||||
#
|
||||
# cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
# cd ~/<defaultUser>nix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
#
|
||||
# NOTE:
|
||||
# Make sure the lines starting with: cd ~/henrovnix
|
||||
# Make sure the lines starting with: cd ~/<defaultUser>nix
|
||||
# are written as ONE single line.
|
||||
###############################################
|
||||
#~/nixos/files/conf/terminal/kitty.conf
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
##############################################
|
||||
# These files are just for reference.
|
||||
# If you want to change anything, edit the source files in:
|
||||
# ~/henrovnix/assets/conf
|
||||
# ~/<defaultUser>nix/assets/conf
|
||||
#
|
||||
# After that, run:
|
||||
# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
# cd ~/<defaultUser>nix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||
#
|
||||
# If everything still works, you can use the same command but:
|
||||
# - keep "switch"
|
||||
# - and add a reboot:
|
||||
#
|
||||
# cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
# cd ~/<defaultUser>nix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||
#
|
||||
# NOTE:
|
||||
# Make sure the lines starting with: cd ~/henrovnix
|
||||
# Make sure the lines starting with: cd ~/<defaultUser>nix
|
||||
# are written as ONE single line.
|
||||
###############################################
|
||||
#~/nixos/files/conf/terminal/zsh.conf
|
||||
|
||||
Reference in New Issue
Block a user