new progs installed/removed to match voidrice
This commit is contained in:
parent
a61042dd46
commit
9ee5ce05c0
3 changed files with 79 additions and 77 deletions
3
LICENSE.md
Normal file
3
LICENSE.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# License
|
||||||
|
|
||||||
|
GPLv3
|
|
@ -118,6 +118,7 @@ pacman --noconfirm --needed -Sy \
|
||||||
arandr \
|
arandr \
|
||||||
noto-fonts \
|
noto-fonts \
|
||||||
rxvt-unicode \
|
rxvt-unicode \
|
||||||
|
urxvt-perls \
|
||||||
unzip \
|
unzip \
|
||||||
unrar \
|
unrar \
|
||||||
wget \
|
wget \
|
||||||
|
@ -139,7 +140,6 @@ pacman --noconfirm --needed -Sy \
|
||||||
rofi \
|
rofi \
|
||||||
poppler \
|
poppler \
|
||||||
mupdf \
|
mupdf \
|
||||||
evince \
|
|
||||||
pandoc || (red Error installing productivity packages. Check your internet connection and pacman keyring.)
|
pandoc || (red Error installing productivity packages. Check your internet connection and pacman keyring.)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ EOF
|
||||||
|
|
||||||
gpg --recv-keys 5FAF0A6EE7371805 #Add the needed gpg key for neomutt
|
gpg --recv-keys 5FAF0A6EE7371805 #Add the needed gpg key for neomutt
|
||||||
|
|
||||||
aurcheck packer i3-gaps vim-pathogen tamzen-font-git neomutt unclutter-xfixes-git urxvt-resize-font-git polybar python-pywal xfce-theme-blackbird fzf-git || red Error with basic AUR installations...
|
aurcheck packer i3-gaps siji-git vim-pathogen tamzen-font-git neomutt unclutter-xfixes-git urxvt-resize-font-git polybar python-pywal xfce-theme-blackbird fzf-git || red Error with basic AUR installations...
|
||||||
#Also installing i3lock, since i3-gaps was only just now installed.
|
#Also installing i3lock, since i3-gaps was only just now installed.
|
||||||
sudo pacman -S --noconfirm --needed i3lock
|
sudo pacman -S --noconfirm --needed i3lock
|
||||||
|
|
||||||
|
@ -118,4 +118,3 @@ git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /h
|
||||||
blue Generating bash/ranger/qutebrowser shortcuts...
|
blue Generating bash/ranger/qutebrowser shortcuts...
|
||||||
cd /home/$NAME/
|
cd /home/$NAME/
|
||||||
python /home/$NAME/.config/Scripts/shortcuts.py
|
python /home/$NAME/.config/Scripts/shortcuts.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue