blob: 6c525dff629bf0f6d5ea146f88ae4ab52d93f1a2 (
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
29
30
31
32
33
34
35
36
37
|
- defaults:
link:
create: true
relink: true
force: true
relative: true
- clean: ['~']
- link:
~/.ackrc: base/ackrc
~/.bin/cht.sh: base/cht.sh
~/.bin/dot: base/dot
~/.bin/nyan: base/nyan
~/.bin/pr-dups: base/pr-dups
~/.bin/pr-passive: base/pr-passive
~/.bin/pr-weasel: base/pr-weasel
~/.bin/proofread: base/proofread
~/.bin/tldr: base/tldr
~/.capsesc: base/capsesc
~/.curlrc: base/curlrc
~/.makepkg.conf: base/makepkg.conf
~/.npmrc: base/npmrc
~/.tmux.conf: base/tmux.conf
~/.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/plugin: base/vim/plugin
~/.vim/syntax: base/vim/syntax
~/.vimrc: base/vimrc
~/.zsh: base/zsh
~/.zshrc: base/zshrc
- shell:
- touch ~/.hushlogin
|