blob: cd6250bea640bfcf870cd75a58d27c19a5292c1d (
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
38
39
40
41
42
43
|
- defaults:
link:
create: true
relink: true
force: true
relative: true
- clean: ['~']
- link:
~/.ackrc: base/ackrc
~/.bin/cht.sh: base/cht.sh
~/.bin/dotf: base/dotf
~/.bin/nyan: base/nyan
~/.bin/otp: base/otp
~/.bin/pr-dups: base/pr-dups
~/.bin/pr-passive: base/pr-passive
~/.bin/pr-weasel: base/pr-weasel
~/.bin/proofread: base/proofread
~/.bin/qr: base/qr
~/.bin/tldr: base/tldr
~/.capsesc: base/capsesc
~/.curlrc: base/curlrc
~/.gitconfig: base/gitconfig
~/.gitmessage: base/gitmessage
~/.makepkg.conf: base/makepkg.conf
~/.npmrc: base/npmrc
~/.tmux.conf: base/tmux.conf
~/.vim/autoload: base/vim/autoload
~/.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/spell: base/vim/spell
~/.vim/syntax: base/vim/syntax
~/.vimrc: base/vimrc
~/.zsh: base/zsh
~/.zshrc: base/zshrc
- shell:
- touch ~/.hushlogin
|