Refactor formatting

This commit is contained in:
Manuel Thalmann 2024-03-23 17:21:32 +01:00
parent f0e3eb14f3
commit ea44f8bbec
6 changed files with 22 additions and 13 deletions

View file

@ -7,7 +7,7 @@ extraMounts()
mount --mkdir -o force -t ntfs3 "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
}
PARTITION_SCRIPT="$(realpath ./partition.sh)" \
PARTITION_SCRIPT="$(pwd)/partition.sh" \
SKIP_FORMAT_EFI=1 \
ARCH_MOUNT_ROOT="/mnt" \
ARCH_DISK=nvme0n1 \

View file

@ -67,7 +67,8 @@ yay --noconfirm -Syu \
ttf-cascadia-code-nerd \
ttf-ms-win11-auto \
otf-cascadia-code \
ttf-droid;
ttf-droid \
;
# GRUB Shenanigans
. "../Software/minegrub-theme/install.sh";
@ -101,8 +102,7 @@ yay --noconfirm -Syu \
braveExtensions="/opt/brave-bin/extensions";
yay --noconfirm -Syu \
jq;
yay --noconfirm -Syu jq;
BROWSER_BIN="brave" \
EXTENSION_DIR="/usr/share/chromium-extensions" \
@ -152,7 +152,8 @@ yay --noconfirm -Syu \
protonmail-bridge-bin \
thunderbird \
discord \
openasar-git;
openasar-git \
;
. "../Software/waydroid/install.sh";
. "../../Common/Software/nuke-usb/install.sh";

View file

@ -5,23 +5,27 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
# Communication
yay --noconfirm -Syu \
teams-for-linux-bin;
teams-for-linux-bin \
;
# Java
yay --noconfirm -Syu \
jdk17-temurin \
gradle \
jetbrains-toolbox;
jetbrains-toolbox \
;
# Note Taking
yay --noconfirm -Syu \
xournalpp-git \
rnote;
rnote \
;
# Latex
yay --noconfirm -Syu \
texlive \
texlive-langgerman;
texlive-langgerman \
;
. "../../Common/Config/udev/ct-board.sh";

View file

@ -44,7 +44,8 @@ retry 5 sudo pacman --noconfirm -Sy \
linux-surface-secureboot-mok \
iptsd \
intel-ucode \
linux-firmware-marvell;
linux-firmware-marvell \
;
sudo grub-mkconfig -o /boot/grub/grub.cfg;
yes | yay --answerclean=None --answerdiff=None -Syu libwacom-surface;

View file

@ -7,7 +7,8 @@ yay --noconfirm -Syu \
gitflow-avh \
gitflow-bashcompletion-avh \
gitflow-fishcompletion-avh \
gitflow-zshcompletion-avh;
gitflow-zshcompletion-avh \
;
. "../../../Common/Config/git/install.sh";

View file

@ -2,11 +2,13 @@
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
linux-headers;
linux-headers \
;
yay --noconfirm -Syu \
nvidia-dkms \
lib32-nvidia-utils;
lib32-nvidia-utils \
;
. ../../Config/nvidia-dkms/install.sh;
popd > /dev/null;