From c6a7c9ad10af0d725f9934d8938bc943d629de39 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Thu, 21 Oct 2021 17:09:50 -0400 Subject: [PATCH 1/8] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e2fc9..b754006 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal ### No Wifi ```bash -sudo wifi-menu` +sudo wifi-menu ``` ## Credits From bf7332e38d6f7f0ac249c39c45300dc657d6c07c Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 25 Oct 2021 00:26:52 -0500 Subject: [PATCH 2/8] mirrorlist fix for non-arch server countries --- 0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index 041d175..0ac575e 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -17,7 +17,7 @@ pacman -S --noconfirm pacman-contrib terminus-font setfont ter-v22b sed -i 's/^#Para/Para/' /etc/pacman.conf pacman -S --noconfirm reflector rsync -mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup +cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup echo -e "-------------------------------------------------------------------------" echo -e " █████╗ ██████╗ ██████╗██╗ ██╗████████╗██╗████████╗██╗ ██╗███████╗" echo -e " ██╔══██╗██╔══██╗██╔════╝██║ ██║╚══██╔══╝██║╚══██╔══╝██║ ██║██╔════╝" From befaa93499293ce48bc1839608d50f365f9ba6b0 Mon Sep 17 00:00:00 2001 From: burmaraider Date: Mon, 25 Oct 2021 15:46:26 -0600 Subject: [PATCH 3/8] Added plasma-pa so you can change audio devices. --- 2-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/2-user.sh b/2-user.sh index 4fe3e47..841f04a 100755 --- a/2-user.sh +++ b/2-user.sh @@ -38,6 +38,7 @@ PKGS=( 'nordic-theme' 'noto-fonts-emoji' 'papirus-icon-theme' +'plasma-pa' 'ocs-url' # install packages from websites 'sddm-nordic-theme-git' 'snapper-gui-git' From 97d2418b79f30bf979cd417c071166c8e33838d8 Mon Sep 17 00:00:00 2001 From: Alejandro Matos <42916953+amatosg@users.noreply.github.com> Date: Tue, 26 Oct 2021 09:59:23 -0500 Subject: [PATCH 4/8] fixing a typo --- dotfiles/kitty/kitty-themes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/kitty/kitty-themes/README.md b/dotfiles/kitty/kitty-themes/README.md index 828d603..84ea337 100755 --- a/dotfiles/kitty/kitty-themes/README.md +++ b/dotfiles/kitty/kitty-themes/README.md @@ -58,7 +58,7 @@ the previews for each theme in the [section](#previews) below or in this other ### Conda -If you using the ``conda`` package manager, you may also install these themes +If you're using the ``conda`` package manager, you may also want to install these themes with the following command: ```bash From 9c3ed813604b820760ede0f362e99d0e9ef608af Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 26 Oct 2021 17:29:42 -0500 Subject: [PATCH 5/8] Update 1-setup.sh --- 1-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1-setup.sh b/1-setup.sh index 4a1c2a6..99b8a67 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -132,6 +132,7 @@ PKGS=( 'neofetch' 'networkmanager' 'ntfs-3g' +'ntp' 'okular' 'openbsd-netcat' 'openssh' From 53a486a3b70a805b6135e0ad5c9d57ee07127a9e Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 26 Oct 2021 17:32:01 -0500 Subject: [PATCH 6/8] Update 1-setup.sh --- 1-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 99b8a67..0adfafe 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -17,7 +17,6 @@ echo "Setting up mirrors for optimal download " echo "-------------------------------------------------" pacman -S --noconfirm pacman-contrib curl pacman -S --noconfirm reflector rsync -iso=$(curl -4 ifconfig.co/country-iso) cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak nc=$(grep -c ^processor /proc/cpuinfo) From f2f1ce7730d9c3708cae30b598f87dc0eef90fe3 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 26 Oct 2021 17:33:34 -0500 Subject: [PATCH 7/8] Update 1-setup.sh --- 1-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 0adfafe..dd8e8be 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -34,7 +34,7 @@ sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen locale-gen timedatectl --no-ask-password set-timezone America/Chicago timedatectl --no-ask-password set-ntp 1 -localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_COLLATE="" LC_TIME="en_US.UTF-8" +localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_TIME="en_US.UTF-8" # Set keymaps localectl --no-ask-password set-keymap us From 0543cbaa8e24df53feed51d75bf1d3a630948a4f Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 29 Oct 2021 22:36:51 -0500 Subject: [PATCH 8/8] Update 1-setup.sh --- 1-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1-setup.sh b/1-setup.sh index 9787056..b14c45b 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -144,6 +144,7 @@ PKGS=( 'patch' 'picom' 'pkgconf' +'plasma-nm' 'powerline-fonts' 'print-manager' 'pulseaudio'