blob: 14093e64f55f0b76692c4fe190a3917ec3f5244d (
plain)
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
|
- defaults:
link:
create: true
relink: true
force: true
relative: true
- clean: ['~']
- link:
~/.ackrc: base/ackrc
~/.bin/dot: base/dot
~/.capsesc: base/capsesc
~/.curlrc: base/curlrc
~/.makepkg.conf: base/makepkg.conf
~/.npmrc: base/npmrc
~/.vim/colors: base/vim/colors
~/.vim/doc: base/vim/doc
~/.vim/ftdetect: base/vim/ftdetect
~/.vim/ftplugin: base/vim/ftplugin
~/.vim/indent: base/vim/indent
~/.vim/syntax: base/vim/syntax
~/.vimrc: base/vimrc
~/.zsh: base/zsh
~/.zshrc: base/zshrc
- shell:
- touch ~/.hushlogin
|