-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrimm-apps.sh
More file actions
287 lines (243 loc) · 9.79 KB
/
grimm-apps.sh
File metadata and controls
287 lines (243 loc) · 9.79 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
#!/bin/bash
#set -e
##################################################################################################################
installed_dir=$(dirname $(readlink -f $(basename `pwd`)))
##################################################################################################################
echo
tput setaf 2
echo "########################################################################"
echo "Arch Linux Servers have been written to /etc/pacman.d/mirrorlist"
echo "Use nmirrorlist to inspect"
echo "########################################################################"
tput sgr0
echo
sudo pacman -Syu
echo
tput setaf 2
echo "################################################################"
echo "################### Core software"
echo "################################################################"
tput sgr0
echo
# sudo pacman -S --noconfirm --needed - < apps.txt
sudo pacman -S --noconfirm --needed curl
sudo pacman -S --noconfirm --needed wget
sudo pacman -S --noconfirm --needed gnome-keyring libsecret libgnome-keyring
sudo pacman -S --noconfirm --needed mariadb mariadb-clients python-mysqlclient
sudo pacman -S --noconfirm --needed arc-gtk-theme
sudo pacman -S --noconfirm --needed aircrack-ng
sudo pacman -S --noconfirm --needed ansible
sudo pacman -S --noconfirm --needed awesome-terminal-fonts
sudo pacman -S --noconfirm --needed aws-cli-v2
sudo pacman -S --noconfirm --needed catfish
sudo pacman -S --noconfirm --needed dropbear
sudo pacman -S --noconfirm --needed elisa
sudo pacman -S --noconfirm --needed github-cli
sudo pacman -S --noconfirm --needed glances
sudo pacman -S --noconfirm --needed gnucash
# sudo pacman -S --noconfirm --needed intellij-idea-community-edition
sudo pacman -S --noconfirm --needed kotlin
sudo pacman -S --noconfirm --needed nginx
sudo pacman -S --noconfirm --needed okular
sudo pacman -S --noconfirm --needed postgresql
sudo pacman -S --noconfirm --needed prometheus
# sudo pacman -S --noconfirm --needed pycharm-community-edition
sudo pacman -S --noconfirm --needed python-aws-xray-sdk
sudo pacman -S --noconfirm --needed python-dropbox
sudo pacman -S --noconfirm --needed python-flask-marshmallow
sudo pacman -S --noconfirm --needed python-kubernetes
sudo pacman -S --noconfirm --needed python-pipenv
sudo pacman -S --noconfirm --needed python-redis
sudo pacman -S --noconfirm --needed rebuild-detector
sudo pacman -S --noconfirm --needed redis
sudo pacman -S --noconfirm --needed remmina
sudo pacman -S --noconfirm --needed sqlitebrowser
sudo pacman -S --noconfirm --needed terraform
sudo pacman -S --noconfirm --needed transmission-gtk
sudo pacman -S --noconfirm --needed ttf-cascadia-code
sudo pacman -S --noconfirm --needed ttf-fira-code
sudo pacman -S --noconfirm --needed ttf-opensans
sudo pacman -S --noconfirm --needed docker
sudo pacman -S --noconfirm --needed docker-compose
sudo pacman -S --noconfirm --needed gitea
sudo pacman -S --noconfirm --needed gnome-boxes
sudo pacman -S --noconfirm --needed jupyterlab
sudo pacman -S --noconfirm --needed traefik
sudo pacman -S --noconfirm --needed wakatime
sudo pacman -S --noconfirm --needed sheldon
sudo pacman -S --noconfirm --needed meld
sudo pacman -S --noconfirm --needed python-pywal
sudo pacman -S --noconfirm --needed pv
sudo pacman -S --noconfirm --needed ttf-roboto-mono
# sudo pacman -S --noconfirm --needed libreoffice-fresh
sudo pacman -S --noconfirm --needed terminator
sudo pacman -S --noconfirm --needed screen
sudo pacman -S --noconfirm --needed opencv
sudo pacman -S --noconfirm --needed tesseract
sudo pacman -S --noconfirm --needed python-pytesseract
sudo pacman -S --noconfirm --needed tesseract-data-eng
sudo pacman -S --noconfirm --needed tesseract-data-swa
echo
tput setaf 2
echo "################################################################"
echo "################### Developer Central"
echo "################################################################"
tput sgr0
echo
# yay -S --noconfirm --needed python39
# yay -S --noconfirm --needed python38
# yay -S --noconfirm --needed python37
yay -S --noconfirm --needed gradle
yay -S --noconfirm --needed maven
yay -S --noconfirm --needed spring-boot-cli
yay -S --noconfirm --needed kafka
yay -S --noconfirm --needed visual-studio-code-bin
yay -S --noconfirm --needed sublime-text-4
yay -S --noconfirm --needed sublime-merge
yay -S --noconfirm --needed google-cloud-cli
yay -S --noconfirm --needed gitkraken
yay -S --noconfirm --needed slack-desktop
yay -S --noconfirm --needed python-poetry
yay -S --noconfirm --needed python-cookiecutter
yay -S --noconfirm --needed spyder
yay -S --noconfirm --needed terragrunt
yay -S --noconfirm --needed atlantis
yay -S --noconfirm --needed terraformer
yay -S --noconfirm --needed tflint
# yay -S --noconfirm --needed sidekick-browser-stable-bin
echo
tput setaf 3
echo "################################################################"
echo "################### Git Store Command"
echo "################################################################"
tput sgr0
echo
git config --global credential.helper store
git config --global credential.helper
git config --global user.name ""
git config --global user.email ""
sudo git config --system core.editor nano
echo
tput setaf 2
echo "################################################################"
echo "################### Fonts"
echo "################################################################"
tput sgr0
echo
yay -S --noconfirm --needed noto-fonts-emoji
yay -S --noconfirm --needed noto-color-emoji-fontconfig
yay -S --noconfirm --needed ttf-jetbrains-mono
yay -S --noconfirm --needed ttf-monoid
yay -S --noconfirm --needed ttf-monoid-nerd
sudo pacman -S --noconfirm --needed ttf-bitstream-vera
sudo pacman -S --noconfirm --needed ttf-dejavu
sudo pacman -S --noconfirm --needed ttf-droid
sudo pacman -S --noconfirm --needed ttf-hack
sudo pacman -S --noconfirm --needed ttf-inconsolata
sudo pacman -S --noconfirm --needed ttf-liberation
sudo pacman -S --noconfirm --needed ttf-roboto
sudo pacman -S --noconfirm --needed ttf-roboto-mono
sudo pacman -S --noconfirm --needed ttf-ubuntu-font-family
echo
tput setaf 2
echo "################################################################"
echo "################### Elasticsearch"
echo "################################################################"
tput sgr0
echo
# yay -S --noconfirm --needed elasticsearch
# yay -S --noconfirm --needed kibana
echo
tput setaf 2
echo "################################################################"
echo "################### Other"
echo "################################################################"
tput sgr0
echo
sudo pacman -S --noconfirm --needed simplescreenrecorder
sudo pacman -S --noconfirm --needed zsh
sudo pacman -S --noconfirm --needed zsh-completions
sudo pacman -S --noconfirm --needed zsh-syntax-highlighting
sudo pacman -S --noconfirm --needed avahi
sudo pacman -S --noconfirm --needed ntp
sudo pacman -S --noconfirm --needed gzip
sudo pacman -S --noconfirm --needed p7zip
sudo pacman -S --noconfirm --needed unace
sudo pacman -S --noconfirm --needed unrar
sudo pacman -S --noconfirm --needed unzip
sudo pacman -S --noconfirm --needed gnome-disk-utility
sudo pacman -S --noconfirm --needed gparted
sudo pacman -S --noconfirm --needed logrotate
sudo pacman -S --noconfirm --needed lolcat
sudo pacman -S --noconfirm --needed lshw
sudo pacman -S --noconfirm --needed dbeaver
sudo systemctl enable avahi-daemon.service
sudo systemctl enable ntpd.service
sudo pacman -S --noconfirm --needed base-devel
echo
tput setaf 2
echo "################################################################"
echo "################### Setting Up Docker"
echo "################################################################"
tput sgr0
echo
sudo systemctl start docker.service
sudo systemctl enable docker.service
sudo usermod -aG docker $USER
# when on xfce
# if [ -f /usr/share/xsessions/xfce.desktop ]; then
#
# echo
# tput setaf 2
# echo "################################################################"
# echo "################### Installing software for Xfce"
# echo "################################################################"
# tput sgr0
# echo
#
# sudo pacman -S --noconfirm --needed menulibre
# sudo pacman -S --noconfirm --needed mugshot
# sudo pacman -S --noconfirm --needed prot16-xfce4-terminal
# sudo pacman -S --noconfirm --needed tempus-themes-xfce4-terminal-git
# sudo pacman -S --noconfirm --needed xfce4-terminal-base16-colors-git
#
# fi
echo
tput setaf 2
echo "################################################################"
echo "################### Setting Up cloud-sql-proxy"
echo "################################################################"
tput sgr0
echo
wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy
chmod +x cloud_sql_proxy
echo $PATH
sudo mv cloud_sql_proxy /usr/local/bin/cloud_sql_proxy
echo
tput setaf 2
echo "################################################################"
echo "################### Setting Up clamav"
echo "################################################################"
tput sgr0
echo
yay -S --noconfirm --needed clamav
systemctl stop clamav-freshclam
sudo freshclam
systemctl start clamav-freshclam
echo
tput setaf 2
echo "################################################################"
echo "################### Setting Up Zsh"
echo "################################################################"
tput sgr0
echo
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# echo git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
# echo git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
echo
tput setaf 6
echo "################################################################"
echo "################### Done"
echo "################################################################"
tput sgr0
echo