forked from erikdubois/arcolinux-nemesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
100-install-core-software-v3.sh
executable file
·35 lines (29 loc) · 1.47 KB
/
100-install-core-software-v3.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.arcolinux.info
# Website : ./https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxforum.com
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
#software from Arch Linux repositories
#sudo pacman -S --noconfirm --needed autorandr
#sudo pacman -S --noconfirm --needed community/pass
sudo pacman -S --noconfirm --needed community/inotify-tools
sudo pacman -S --noconfirm --needed community/light
#yay -S --noconfirm --needed zsh-theme-powerlevel10k-git
#yay -S --noconfirm --needed aur/pass-git-helper
yay -S --noconfirm --needed aur/slack-desktop
yay -S --noconfirm --needed aur/python-umonitor-git
yay -S --noconfirm --needed aur/bitwarden-bin
yay -S --noconfirm --needed aur/915resolution
###############################################################################################
echo "################################################################"
echo "################### core software installed"
echo "################################################################"