-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdingen.sh
53 lines (47 loc) · 1.47 KB
/
dingen.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
#!/bin/sh
echo
echo ======== ADDING REPOESATROIS
echo
sudo add-apt-repository -y ppa:mc3man/trusty-media
sudo add-apt-repository -y ppa:inkscape.dev/stable
sudo add-apt-repository -y ppa:ubuntuhandbook1/audacity
echo
echo ======== UPDAETING EVERTHING EVERYWHERE FOREVER \(not really forever\)
echo
sudo apt-get update -y && sudo apt-get dist-upgrade -y
echo
echo ======== INSTALLING ALL THE THINGS
echo
sudo apt-get install -y \
vlc audacious \
gimp inkscape audacity \
firefox chromium-browser \
owncloud-client keepassx \
p7zip-full p7zip-rar ttf-mscorefonts-installer \
ffmpeg imagemagick pandoc swftools \
python-pip python-matplotlib python-numpy python-scipy python-pygame \
ipython ipython-notebook ipython-qtconsole \
vim sublime-text \
gcc g++ build-essential \
zsh terminator \
git git-core meld \
espeak curl aria2 htop xclip cowsay
echo
echo ======== ALSO YOUTUBE-DL
echo
sudo pip install youtube-dl
echo
echo ======== MAKING ZSH ZE SHELL
echo
sudo chsh -s $(which zsh) jog
cd ~
wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
echo
echo ======== GET OWNCLOUD
echo
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.10/ /' >> /etc/apt/sources.list.d/owncloud.list"
wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.10/Release.key
sudo apt-key add - < Release.key
sudo apt-get update -y
sudo apt-get install -y owncloud
echo ======== YES OK