blob: 1b72a3a289373329921d9192b9b901a3751a9752 (
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
|
- defaults:
link:
create: true
relink: true
force: true
relative: true
- clean: ['~']
- link:
~/.bin/dot: base/dot
~/.capsesc: base/capsesc
~/.curlrc: base/curlrc
~/.makepkg.conf: base/makepkg.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/syntax: base/vim/syntax
~/.vimrc: base/vimrc
~/.zsh: base/zsh
~/.zshrc: base/zshrc
- shell:
- touch ~/.hushlogin
|