-
Notifications
You must be signed in to change notification settings - Fork 1
/
init.yaml
81 lines (80 loc) · 1.93 KB
/
init.yaml
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
# Standard yaml file
- sudo:
- add-apt-repository:
- ppa:zeal-developers/ppa # for zeal
- apt:
- update:
- upgrade: -y
- install:
- apt-file
- build-essential
- cmake
- clang
- darktable
- dict
- dictd
- dict-gcide
- dict-wn
- dict-devil
- dict-moby-thesaurus
- diodon
- docker.io
- emacs
- espeak
- expect
- exuberant-ctags
- filezilla
- gimp
- git
- gparted
- guake
- gcc-5
- g++-5
- haskell-platform
- htop
- httrack
- kdenlive
- libgl1-mesa-dev-lts-wily # it is a laptop dependency!!
- linuxdcpp
- mercurial
- nemiver # over ddd as of now
- shutter
- synapse
- terminator
- texstudio
- tree
- valgrind
- vlc
- vlc-nox
- vim-gtk
- xtrlock
- zeal
- python3
- python3-pip
- python-pip
- python-virtualenv
- python3-virtualenv
- python-yaml
- python3-yaml
- usermod -aG docker `whoami`
- sudo -H pip:
- install:
- --upgrade:
- pip
- pyYAML
- wakatime
- thefuck
- sudo -H pip3:
- install:
- --upgrade:
- pip
- pyYAML
- virtualenv:
- -p:
- /usr/bin/python2 ~/py2
- /usr/bin/python3 ~/py3
- echo '\nPY_PATH=$PYTHONPATH\nexport PY_PATH\nunset PYTHONPATH' >>:
- ~/py2/bin/activate
- ~/py3/bin/activate
# for dual boot
- sudo echo "\n# Set UTC=yes if your hardware clock is set to UTC (GMT)\nUTC=no" >> /etc/rcS