-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf
155 lines (129 loc) · 3.01 KB
/
install.conf
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[PROFILES]
p193 :
zsh
git
tmux
nvim
python
xdefaults-p193
xresources
ipython
termite
atom-p193
awesome
i3
dunst
macbookpro :
bin-utils
bin-before
zsh
git
tmux
nvim
python
mlterm-macbookpro
xdefaults-macbookpro
xresources
ipython
atom-mbp
awesome
t470s :
bin-utils
bin-before
zsh
git
tmux
nvim
python
xdefaults-t470s
xresources
ipython
atom-t470s
awesome
dunst
xkbdefaults-t470s
x1 :
bin-utils
bin-before
zsh
git
tmux
nvim
python
xdefaults-t470s
xresources
ipython
awesome
dunst
xkbdefaults-t470s
server :
zsh
tmux
python
nvim
git
work :
awesome
dunst
xresources
python
zsh
tmux
nvim
[awesome]
{PATH}/awesome : ~/.config/awesome
[i3]
{PATH}/i3/config : ~/.config/i3/config
[dunst]
{PATH}/dunst : ~/.config/dunst
[xresources]
{PATH}/xorg/xresources/smyck : ~/.Xresources
[xdefaults-p193]
{PATH}/xorg/xdefaults/p193 : ~/.Xdefaults
[xdefaults-macbookpro]
{PATH}/xorg/xdefaults/macbookpro : ~/.Xdefaults
[xdefaults-t470s]
{PATH}/xorg/xdefaults/t470s : ~/.Xdefaults
[xkbdefaults-t470s]
{PATH}/xkbdefaults/t470s : ~/.xkbdefaults
[mlterm-macbookpro]
{PATH}/mlterm/macbookpro : ~/.mlterm
[bin-utils]
{PATH}/bin/utils : ~/bin/utils
[bin-before]
{PATH}/bin/before : ~/bin/before
[git]
{PATH}/git/gitconfig : ~/.gitconfig
{PATH}/git/gitignore : ~/.gitignore
[zsh]
{PATH}/zsh/zshrc.d : ~/.zshrc.d
[tmux]
{PATH}/tmux/tmux.conf : ~/.tmux.conf
[python]
{PATH}/python : ~/.python
{PATH}/python/virtualenvwrapper/postmkvirtualenv : ~/.virtualenvs/postmkvirtualenv
{PATH}/python/virtualenvwrapper/prermvirtualenv : ~/.virtualenvs/prermvirtualenv
[ipython]
{PATH}/ipython/profile_default/ipython_config.py : ~/.ipython/profile_default/ipython_config.py
{PATH}/ipython/profile_default/ipython_console_config.py : ~/.ipython/profile_default/ipython_console_config.py
{PATH}/ipython/profile_default/ipython_kernel_config.py : ~/.ipython/profile_default/ipython_kernel_config.py
{PATH}/ipython/profile_default/ipython_nbconvert_config.py : ~/.ipython/profile_default/ipython_nbconvert_config.py
{PATH}/ipython/profile_default/ipython_notebook_config.py : ~/.ipython/profile_default/ipython_notebook_config.py
{PATH}/ipython/profile_default/ipython_qtconsole_config.py : ~/.ipython/profile_default/ipython_qtconsole_config.py
{PATH}/ipython/profile_default/static : ~/.ipython/profile_default/static
[nvim]
{PATH}/nvim :
~/.config/nvim
~/.vim
{PATH}/nvim/init.vim : ~/.vimrc
[termite]
{PATH}/termite/p193.conf : ~/.config/termite/config
[atom-p193]
{PATH}/atom/styles.less/p193.less : ~/.atom/styles.less
{PATH}/atom/styles.less/common.less : ~/.atom/common.less
[atom-mbp]
{PATH}/atom/styles.less/mbp.less : ~/.atom/styles.less
{PATH}/atom/styles.less/common.less : ~/.atom/common.less
[atom-t470s]
{PATH}/atom/styles.less/t470s.less : ~/.atom/styles.less
{PATH}/atom/styles.less/common.less : ~/.atom/common.less