Merge branch 'main' into test
This commit is contained in:
commit
48e8d40429
|
@ -17,7 +17,6 @@ echo "Setting up mirrors for optimal download "
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
pacman -S --noconfirm pacman-contrib curl
|
pacman -S --noconfirm pacman-contrib curl
|
||||||
pacman -S --noconfirm reflector rsync
|
pacman -S --noconfirm reflector rsync
|
||||||
iso=$(curl -4 ifconfig.co/country-iso)
|
|
||||||
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
||||||
|
|
||||||
nc=$(grep -c ^processor /proc/cpuinfo)
|
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
|
locale-gen
|
||||||
timedatectl --no-ask-password set-timezone America/Chicago
|
timedatectl --no-ask-password set-timezone America/Chicago
|
||||||
timedatectl --no-ask-password set-ntp 1
|
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
|
# Set keymaps
|
||||||
localectl --no-ask-password set-keymap us
|
localectl --no-ask-password set-keymap us
|
||||||
|
@ -146,6 +145,7 @@ PKGS=(
|
||||||
'neofetch'
|
'neofetch'
|
||||||
'networkmanager'
|
'networkmanager'
|
||||||
'ntfs-3g'
|
'ntfs-3g'
|
||||||
|
'ntp'
|
||||||
'okular'
|
'okular'
|
||||||
'openbsd-netcat'
|
'openbsd-netcat'
|
||||||
'openssh'
|
'openssh'
|
||||||
|
|
|
@ -39,6 +39,7 @@ PKGS=(
|
||||||
'nordic-theme'
|
'nordic-theme'
|
||||||
'noto-fonts-emoji'
|
'noto-fonts-emoji'
|
||||||
'papirus-icon-theme'
|
'papirus-icon-theme'
|
||||||
|
'plasma-pa'
|
||||||
'ocs-url' # install packages from websites
|
'ocs-url' # install packages from websites
|
||||||
'sddm-nordic-theme-git'
|
'sddm-nordic-theme-git'
|
||||||
'snapper-gui-git'
|
'snapper-gui-git'
|
||||||
|
|
|
@ -32,7 +32,7 @@ __[Arch Linux Installation Guide](https://github.com/rickellis/Arch-Linux-Instal
|
||||||
### No Wifi
|
### No Wifi
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo wifi-menu`
|
sudo wifi-menu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
|
@ -58,7 +58,7 @@ the previews for each theme in the [section](#previews) below or in this other
|
||||||
|
|
||||||
### Conda
|
### 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:
|
with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue