-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.conf.yaml
50 lines (46 loc) · 1.45 KB
/
default.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
- defaults:
link:
create: true
relink: true
force: true
- clean: ['~', '~/.config']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
~/.dotfiles: ''
~/.ackrc: src/ack/ackrc
~/.bash_aliases: src/shell/bash/bash_aliases
~/.bash_exports: src/shell/bash/bash_exports
~/.bash_functions: src/shell/bash/bash_functions
~/.bash_options: src/shell/bash/bash_options
~/.bash_profile: src/shell/bash/bash_profile
~/.bash_prompt: src/shell/bash/bash_prompt
~/.bashrc: src/shell/bash/bashrc
~/.config/nvim: src/nvim
~/.ctags.d/.ctags: src/ctags/ctags
~/.curlrc: src/curl/curlrc
~/.dircolors: src/shell/dircolors
~/.editorconfig: src/editorconfig/editorconfig
~/.gdbinit: src/gdb/gdb-dashboard/.gdbinit
~/.hgignore: src/hg/hgignore
~/.inputrc: src/shell/inputrc
~/.irssi: src/irssi
~/.nano: src/nano/.nano
~/.nanorc: src/nano/nanorc
~/.psqlrc: src/psql/psqlrc
~/.psqlrc.local: src/psql/psqlrc.local
~/.pythonrc: src/python/pythonrc
~/.sqliterc: src/sqlite/sqliterc
~/.tmux.conf: src/tmux/tmux.conf
~/.vim: src/vim/.vim
~/.vimrc: src/vim/vimrc
~/.wgetrc: src/wget/wgetrc
~/.hgrc: src/hg/hgrc
~/.ssh/config: src/ssh/config
~/.gemrc: src/ruby/gemrc
~/.irbrc: src/ruby/irbrc
~/.weechat: src/weechat/.weechat
~/.minirc.dfl: src/minicom/minirc.dfl
- shell:
- chmod 0400 ~/.curlrc
- chmod 0400 ~/.wgetrc