try 1
This commit is contained in:
parent
ed60f93061
commit
cbf4eab4bd
6 changed files with 24 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
/IMAGES
|
/IMAGES
|
||||||
/VirtMachines
|
/VirtMachines
|
||||||
|
/archiso/output
|
|
@ -4,5 +4,7 @@
|
||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"git.ignoreLimitWarning": true
|
||||||
|
}
|
||||||
}
|
}
|
1
archiso/build-image.sh
Executable file
1
archiso/build-image.sh
Executable file
|
@ -0,0 +1 @@
|
||||||
|
sudo mkarchiso -v -w ./output -o ./output/ releng/
|
15
archiso/releng/airootfs/etc/sddm.conf.d/kde_settings.conf
Normal file
15
archiso/releng/airootfs/etc/sddm.conf.d/kde_settings.conf
Normal 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
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -125,4 +125,6 @@ xl2tpd
|
||||||
zsh
|
zsh
|
||||||
bottom
|
bottom
|
||||||
fish
|
fish
|
||||||
wezterm
|
wezterm
|
||||||
|
neofetch
|
||||||
|
sddm
|
Loading…
Reference in a new issue