This commit is contained in:
nelle 2023-08-08 00:15:31 -06:00
parent ed60f93061
commit cbf4eab4bd
6 changed files with 24 additions and 9 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
/IMAGES /IMAGES
/VirtMachines /VirtMachines
/archiso/output

View file

@ -4,5 +4,7 @@
"path": "." "path": "."
} }
], ],
"settings": {} "settings": {
"git.ignoreLimitWarning": true
}
} }

1
archiso/build-image.sh Executable file
View file

@ -0,0 +1 @@
sudo mkarchiso -v -w ./output -o ./output/ releng/

View file

@ -0,0 +1,15 @@
[Autologin]
Relogin=false
Session=
User=
[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot
[Theme]
Current=sddm-slice-1.5.1
[Users]
MaximumUid=60513
MinimumUid=1000

View file

@ -154,10 +154,4 @@ if status --is-interactive
neofetch neofetch
end end
# pnpm
set -gx PNPM_HOME "/home/limepot/.local/share/pnpm"
set -gx PATH "$PNPM_HOME" $PATH
# pnpm end
set PATH $HOME/.cargo/bin $PATH

View file

@ -125,4 +125,6 @@ xl2tpd
zsh zsh
bottom bottom
fish fish
wezterm wezterm
neofetch
sddm