diff options
Diffstat (limited to 'base.yaml')
-rw-r--r-- | base.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base.yaml b/base.yaml new file mode 100644 index 0000000..fe8240c --- /dev/null +++ b/base.yaml @@ -0,0 +1,19 @@ +- defaults: + link: + create: true + relink: true + force: true + relative: true + +- clean: ['~'] + +- link: + ~/.bin/dot: base/dot + ~/.capsesc: base/capsesc + ~/.vim: base/vim + ~/.vimrc: base/vimrc + ~/.zsh: base/zsh + ~/.zshrc: base/zshrc + +- shell: + - touch ~/.hushlogin |