-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic_programs.sh
More file actions
44 lines (33 loc) · 1.04 KB
/
Copy pathbasic_programs.sh
File metadata and controls
44 lines (33 loc) · 1.04 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
#!/usr/bin/env bash
set -ex
# Install stuff
sudo pacman -Syu --noconfirm \
pacaur htop fish powertop time \
gdb cmake make gcc ninja \
tor \
telegram-desktop vlc \
python-pip python-scipy python-matplotlib python-pandas \
python-scikit-learn python-pillow \
jupyter jupyter-notebook mathjax python-ipywidgets python-tqdm \
pacaur -S --noconfirm \
google-chrome \
clion-gdb clion-cmake clion \
pandoc-bin \
python-numpy-openblas \
gpmdp \
# tor-browser \
# delete
# check
sudo pacman -Rsn --noconfirm \
steam-manjaro kvantum-manjaro \
empathy gthumb \
gnome-contacts brasero timeshift \
hexchat gnome-todo \
# Sublime
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && \
sudo pacman-key --add sublimehq-pub.gpg && \
sudo pacman-key --lsign-key 8A8F901A && \
rm sublimehq-pub.gpg
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
# seems not to work
sudo pacman -S --noconfirm sublime-text