forked from mbrochh/mbrochh-dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinstall_desktop.sh
executable file
·50 lines (36 loc) · 1.1 KB
/
install_desktop.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
#!/bin/bash
# Essentials (source control)
sudo apt-get -y install git-gui
# Development (GUIs)
sudo apt-get -y install meld graphviz
# Development (Math)
sudo apt-get -y install octave
sudo apt-get -y install speedcrunch # calculator
## [R language + KDE frontend]
## sudo apt-get -y install r-base rkward
# Filemanager
sudo apt-get -y install gnome-commander
# Wine & VirtualBox
sudo apt-get -y install wine
# System
sudo apt-get -y install gparted openvpn network-manager-openvpn
# Hebrew
sudo apt-get -y install aspell-he culmus culmus-fancy ttf-mscorefonts
# Fonts
sudo apt-get -y install ttf-liberation
# Browser
sudo apt-get -y install chromium-browser chromium-codecs-ffmpeg-extra
# Remote Desktop
sudo apt-get -y install rdesktop remmina
# Torrents
sudo apt-get -y install qbittorrent
# redshift (red-ish screen color)
sudo apt-get install redshift gtk-redshift
cp redshift.conf ~/.config/
# VirtualBox
sudo apt-get -y install dkms
echo
echo
echo "Download VirtualBox from here: https://www.virtualbox.org/wiki/Linux_Downloads"
echo "Download the All distributions package and run it with sudo"
##read temp