htop-vim for htop
This commit is contained in:
parent
77e35eb024
commit
ac4547c437
2 changed files with 2 additions and 8 deletions
|
@ -119,10 +119,7 @@ pacman --noconfirm --needed -Sy \
|
|||
atool \
|
||||
ntfs-3g \
|
||||
xf86-video-intel \
|
||||
dosfstools \
|
||||
cups \
|
||||
transset-df \
|
||||
htop || (red Error installing system basics. Check your internet connection and pacman keyring.)
|
||||
dosfstools || (red Error installing system basics. Check your internet connection and pacman keyring.)
|
||||
|
||||
|
||||
blue \[2\/6\] Now installing main programs \(productivity\)...
|
||||
|
|
|
@ -44,15 +44,12 @@ cat << "EOF"
|
|||
[0;1;34;94m#[0m [0;1;33;93m#[0m [0;1;32;92m"m[0;1;36;96mmm[0;1;34;94mm"[0m [0;1;35;95m#[0m [0;1;32;92m"[0m [0;1;33;93m#[0m [0;1;34;94mmm[0;1;35;95m#m[0;1;31;91mm[0m [0;1;33;93m#[0m [0;1;34;94m#[0m [0;1;35;95m#m[0;1;31;91mmm[0;1;33;93mmm[0m [0;1;36;96m#[0m
|
||||
EOF
|
||||
|
||||
|
||||
gpg --recv-keys 5FAF0A6EE7371805 #Add the needed gpg key for neomutt
|
||||
|
||||
aurcheck packer i3-gaps siji-git vim-pathogen neomutt unclutter-xfixes-git polybar xfce-theme-blackbird || red Error with basic AUR installations...
|
||||
aurcheck packer i3-gaps siji-git vim-pathogen neomutt unclutter-xfixes-git polybar xfce-theme-blackbird htop-vim-git ncpamixer-git || red Error with basic AUR installations...
|
||||
#Also installing i3lock, since i3-gaps was only just now installed.
|
||||
sudo pacman -S --noconfirm --needed i3lock
|
||||
|
||||
packer --noconfirm -S ncpamixer-git
|
||||
|
||||
choices=$(cat /tmp/.choices)
|
||||
for choice in $choices
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue