forked from lbesnard/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
68 lines (66 loc) · 1.9 KB
/
install.conf.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
- shell:
- [mkdir -p ~/Downloads, Creating downloads directory]
- [git submodule update --init --recursive "libs", Installing submodules]
- [gconftool-2 --set /apps/guake/general/use_vte_titles --type boolean false, fix guake tab resize]
- clean:
- "~"
- link:
~/.dotfiles: .
~/.env: env
~/.alias: alias
~/.complete: complete
~/.flake8: flake8
~/.screenrc: screenrc
~/.tmux.conf: tmux.conf
~/.zshrc: zshrc
~/.zshrc.antigen: zshrc.antigen
~/.zshrc.zgen: zshrc.zgen
~/.zshrc.zplug: zshrc.zplug
~/.initsys.sh: initsys.sh
~/.xsessionrc: xsessionrc
~/.bashrc:
force: true
path: bashrc
~/.config/sublime-text-2:
create: true
path: config/sublime-text-2/
~/.gitconfig: gitconfig
~/.gitignore: gitignore
~/.snes9x:
create: true
path: snes9x/
~/bin: bin
~/.cheat:
create: true
path: cheat/
~/.gconf/apps/guake:
create: true
force: true
path: gconf/apps/guake/
~/.ssh/config: ssh/config
~/.ssh/id_rsa.pub: ssh/id_rsa.pub
~/.ssh/id_rsa.pub.pem: ssh/id_rsa.pub.pem
~/.lynx.cfg: lynx.cfg
~/.psqlrc: psqlrc
~/.irssi:
create: true
path: irssi
~/.config/beets/config.yaml: beets/beets.yaml
~/.cmus/cmus_add_similar.py:
create: true
path: cmus/cmus_add_similar.py
~/.beets_genre : beets/beets_genre
~/.cmus/cmus-tmux-statusbar.sh: cmus/cmus-tmux-statusbar.sh
~/.config/cmus/autosave:
create: true
path: cmus/autosave
~/.vimrc:
create: true
path: vim/vimrc
force: true
~/.ogierc: ogierc
~/.gpligrc:
force: true
path: gpligrc
- shell:
- [rm -Rf ~/.local/share/gtg; ln -sf ~/Dropbox/work/gtg/ ~/.local/share/gtg; ln -sf ~/Dropbox/work/gtg/gtg_tasks-*.xml ~/.local/share/gtg/gtg_tasks.xml, link Getting Things Done from DROPBOX]