[+] Add new config
This commit is contained in:
parent
5c3055f921
commit
073657a5ad
3 changed files with 4 additions and 4 deletions
|
@ -413,11 +413,8 @@ chmod 755 /usr/bin/update-script
|
|||
|
||||
# Verzeichnisse
|
||||
mkdir -p /home/${user}/Dokumente
|
||||
mkdir -p /home/${user}/Documents
|
||||
mkdir -p /home/${user}/Bilder
|
||||
mkdir -p /home/${user}/Pictures
|
||||
mkdir -p /home/${user}/Musik
|
||||
mkdir -p /home/${user}/Music
|
||||
mkdir -p /home/${user}/Downloads
|
||||
mkdir -p /home/${user}/Videos
|
||||
mkdir -p /home/${user}/Desktop
|
||||
|
@ -656,6 +653,8 @@ if [ "${archisoinstall}" == "y" ]; then
|
|||
links
|
||||
fi
|
||||
|
||||
su testbenutzer -c "chezmoi init --apply https://git.spectreos.de/simono41/dotfiles.git"
|
||||
su testbenutzer -c "chezmoi update -v"
|
||||
userrechte
|
||||
|
||||
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy
|
||||
|
|
|
@ -218,7 +218,7 @@ function UEFI() {
|
|||
sed -e 's|def_keyboard=.*$|def_keyboard=\"de\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
sed -e 's|def_timezone=.*$|def_timezone=\"Europe/Berlin\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
sed -e 's|def_netinstall=.*$|def_netinstall=\"no\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
sed -e 's|def_autostartdesktop=.*$|def_autostartdesktop=\"i3\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
sed -e 's|def_autostartdesktop=.*$|def_autostartdesktop=\"sway\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
sed -e 's|def_copytoram=.*$|def_copytoram=\"n\"|' -i ${work_dir}/iso/boot/grub/defaults.cfg
|
||||
|
||||
###
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
dhcpcd nano vim intel-ucode amd-ucode iwd lvm2 btrfs-progs arch-install-scripts
|
||||
squashfs-tools dosfstools libisoburn grub efibootmgr dosfstools gptfdisk cronie
|
||||
acpid dbus avahi
|
||||
keychain
|
||||
cups hplip
|
||||
alacritty
|
||||
ark
|
||||
|
|
Loading…
Reference in a new issue