From 0b89fdde20fd0611b9c23abf97eab76c7fd5f4a8 Mon Sep 17 00:00:00 2001 From: InoriShio Date: Fri, 11 Oct 2024 09:22:15 +0200 Subject: [PATCH] update --- AUR | 12 ++++++++++++ Install | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 AUR create mode 100644 Install diff --git a/AUR b/AUR new file mode 100644 index 0000000..fda1152 --- /dev/null +++ b/AUR @@ -0,0 +1,12 @@ +# https://aur.archlinux.org/packages +# Packages installed via yay or pacseek +Packages = { + librewolf + fastfetch-git + yay + visual-studio-code-bin + obs-studio-git + vlc-git + olympus + gamescope + } \ No newline at end of file diff --git a/Install b/Install new file mode 100644 index 0000000..12e59eb --- /dev/null +++ b/Install @@ -0,0 +1,8 @@ +iwctl +pacman -Syu + +# Dual boot +fdisk list +# select boot disk +mkfs.fat -F 32 boot +mkfs.ext4 root \ No newline at end of file