-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstalled_packages.sh
executable file
·42 lines (33 loc) · 1.06 KB
/
installed_packages.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
apt-get -y install vim /
redshift \
stow \
scrot \
xclip \
zathura \
curl \
i3 \
i3status \
i3lock \
dmenu \
xbacklight \
gnome-settings-daemon \
xautolock \
acpi \
xdotools
pip3 install --no-cache-dir flake8
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# Python 3, check:
# http://ubuntuhandbook.org/index.php/2017/07/install-python-3-6-1-in-ubuntu-16-04-lts/
# Docker, check:
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
# Pulseaudio-ctl (command line tool), check:
# https://github.com/graysky2/pulseaudio-ctl
# Rstudio, check(?):
# https://mikewilliamson.wordpress.com/2016/11/14/installing-r-studio-on-ubuntu-16-10/
# Termite:
# https://askubuntu.com/questions/739163/how-to-install-termite
# i3 blocks, note install from github not from package manager!
https://github.com/vivien/i3blocks
# i3 blocks-contrib
git clone https://github.com/vivien/i3blocks-contrib ~/.config/i3blocks