-
Notifications
You must be signed in to change notification settings - Fork 0
/
300-arco-postinstall-Apps.sh
executable file
·64 lines (53 loc) · 2.31 KB
/
300-arco-postinstall-Apps.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#!/bin/bash
set -e
##################################################################################################################
# Author : Marco Obaid
# GitHub : https://github.com/abumasood
##################################################################################################################
#
# Main Script to run post Arcolinux install to install/configure applications and settings
#
##################################################################################################################
echo "################################################################"
echo "#### INSTALLING APPS ######"
echo "################################################################"
### Fun stuff
sudo pacman -S asciiquarium --noconfirm --needed
sudo pacman -S cmatrix --noconfirm --needed
sudo pacman -S cool-retro-term --noconfirm --needed
sudo pacman -S cowfortune --noconfirm --needed
sudo pacman -S figlet --noconfirm --needed
sudo pacman -S lolcat --noconfirm --needed
sudo pacman -S boxes --noconfirm --needed
### Graphics
sudo pacman -S blender --noconfirm --needed
sudo pacman -S flameshot --noconfirm --needed
### Tools
sudo pacman -S mc --noconfirm --needed
sudo pacman -S ranger --noconfirm --needed
sudo pacman -S sl --noconfirm --needed
sudo pacman -S ufetch-arco-git --noconfirm --needed
sudo pacman -S youtube-dl --noconfirm --needed
sudo pacman -S gtop --noconfirm --needed
sh scripts/install-vtop-v*.sh
sh scripts/install-nemo-v*.sh
sh scripts/install-caffeine-ng-v*.sh
sh scripts/install-polybar-v*.sh
### System
###sudo pacman -S qt5ct --noconfirm --needed
sudo pacman -S expac --noconfirm --needed
sudo pacman -S linux-headers --noconfirm --needed
### Virtualbox
sh scripts/install-virtualbox-host-v*.sh
#sudo pacman -S virtualbox-guest-modules-arch --noconfirm --needed
### VMWare Workstation
sh scripts/install-vmware-workstation-v*.sh
sudo pacman -S open-vm-tools --noconfirm --needed
sudo systemctl enable vmtoolsd
sudo systemctl start vmtoolsd
### Chat and Social
sudo pacman -S discord --noconfirm --needed
#sudo pacman -S --noconfirm --needed
echo "################################################################"
echo "#### Apps Installed ####"
echo "################################################################"