aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Titus <[email protected]>2021-10-31 13:16:38 -0500
committerGitHub <[email protected]>2021-10-31 13:16:38 -0500
commit48e8d40429b0767e5b05480a699c0a8cc4ed36f1 (patch)
tree0327da5c1c4b6d103e925321a6a64590103628ab
parent59328ecf31dbbd1e1822acbd2e54b53241cd6c95 (diff)
parent0543cbaa8e24df53feed51d75bf1d3a630948a4f (diff)
downloadArchTitus-48e8d40429b0767e5b05480a699c0a8cc4ed36f1.tar.xz
ArchTitus-48e8d40429b0767e5b05480a699c0a8cc4ed36f1.zip
Merge branch 'main' into test
-rwxr-xr-x1-setup.sh4
-rwxr-xr-x2-user.sh1
-rw-r--r--README.md2
-rwxr-xr-xdotfiles/kitty/kitty-themes/README.md2
4 files changed, 5 insertions, 4 deletions
diff --git a/1-setup.sh b/1-setup.sh
index b4bc4f4..8f22386 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)
@@ -37,7 +36,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
@@ -146,6 +145,7 @@ PKGS=(
'neofetch'
'networkmanager'
'ntfs-3g'
+'ntp'
'okular'
'openbsd-netcat'
'openssh'
diff --git a/2-user.sh b/2-user.sh
index 719d884..881a28d 100755
--- a/2-user.sh
+++ b/2-user.sh
@@ -39,6 +39,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'
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
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