-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cfgcaddy.yml
53 lines (52 loc) · 1.23 KB
/
.cfgcaddy.yml
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
preferences:
linker_src: $HOME/dotfiles
linker_dest: $HOME
links:
- src: .vimsnippets # You can link to multiple destinations
dest:
- .vimsnippets
- .vim/bundle/.dein/stapler-snips
- .config/coc/ultisnips
- src: .mixxx/controllers
- src: bin/scripts/*
dest: bin/scripts
os: "Linux Darwin"
- src: .vimrc
dest: .config/nvim/init.vim
os: "Linux Darwin"
- src: .config/nvim/coc-settings.json
- src: .config/nixpkgs
os: "Linux Darwin"
- src: stapler-scripts/*
dest: bin/scripts
os: "Linux Darwin"
- src: stapler-scripts/PowerShell
dest: "%userprofile%\\My Documents\\WindowsPowerShell\\"
os: "Windows"
- src: .vimrc
dest: "%userprofile%\\AppData\\Local\\nvim\\init.vim"
os: "Windows"
# Symlinks for git are broken on windows
- src: .gittemplates
os: "Linux Darwin"
- src: .vim/spell
- src: .shell
os: "Linux Darwin"
- src: .tmux/*
- src: .home-manager
- src: .ideavimrc
- src: .config/helm/starters
- src: .cargo/config
ignore:
# Globbing patterns to ignore when
# linking config files to home dir
- "README.md"
- "*stapler*"
- "cfgcaddy"
- "*.git"
- "*.swp"
- "*.yml"
- "*.zip"
- "tags"
- "nerd-fonts"
- ".gittemplates"