aboutsummaryrefslogtreecommitdiff
path: root/base.yaml
blob: d6e5874a4f4fde3e88a3b2e95649b24311349122 (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
44
45
46
47
48
49
50
51
52
53
- 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/fren: base/fren
    ~/.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/taskw: base/taskw
    ~/.bin/tldr: base/tldr
    ~/.capsesc: base/capsesc
    ~/.colorscheme: base/colorscheme
    ~/.config/bat/config: base/bat.config
    ~/.curlrc: base/curlrc
    ~/.gitconfig: base/gitconfig
    ~/.gitmessage: base/gitmessage
    ~/.makepkg.conf: base/makepkg.conf
    ~/.npmrc: base/npmrc
    ~/.task/main.rc: base/task/main.rc
    ~/.task/task.triggers: base/task/task.triggers
    ~/.task/taskwarrior-holidays.sh: base/task/taskwarrior-holidays.sh
    ~/.task/taskwarrior-holidays.rc: base/task/taskwarrior-holidays.rc
    ~/.tmux: base/tmux
    ~/.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:
  - grep "include ~/.task/main.rc" ~/.taskrc || echo "include ~/.task/main.rc" >>~/.taskrc
  - touch ~/.hushlogin || true