-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-windows.yaml
86 lines (83 loc) · 1.8 KB
/
config-windows.yaml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# https://github.com/deadc0de6/dotdrop/wiki/installation
#
# git su
# pip3 install --user -r dotdrop/requirements.txt
# ./dotdrop/bootstrap.sh
# ./dotdrop.sh install --cfg=/mnt/Users/matt.dentremont/Dotfiles/config-windows.yaml
#
variables:
beyond_compare_path: C:\\Program Files\\Beyond Compare 4\\BComp.exe
config:
backup: true
banner: true
create: true
dotpath: /mnt/c/Users/matt.dentremont/Dotfiles
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
workdir: /mnt/c/Users/matt.dentremont/.config/dotdrop
dotfiles:
bcomp:
dst: /mnt/c/Users/matt.dentremont/bin/bcomp
src: platform-specific-bin/bcomp-windows
chmod: '755'
bin:
dst: /mnt/c/Users/matt.dentremont/bin
src: bin
cmpignore:
- bcomp*
upignore:
- bcomp*
chmod: '755'
ideavimrc:
dst: /mnt/c/Users/matt.dentremont/.ideavimrc
src: ideavimrc
gitconfig:
dst: /mnt/c/Users/matt.dentremont/.gitconfig
src: gitconfig
gitignore_global:
dst: /mnt/c/Users/matt.dentremont/.gitignore_global
src: gitignore_global
ssh:
dst: /mnt/c/Users/matt.dentremont/.ssh
src: ssh
vim:
dst: /mnt/c/Users/matt.dentremont/.vim
instignore:
- backup
- bundle
- colors
- doc
cmpignore:
- backup
- bundle
- colors
- doc
upignore:
- backup
- bundle
- colors
- doc
chmod: '755'
vimrc:
dst: /mnt/c/Users/matt.dentremont/.vimrc
src: vimrc
nvim:
dst: /mnt/c/Users/matt.dentremont/AppData/Local/nvim
src: config/nvim
upignore:
- autoload
cmpignore:
- autoload
chmod: '755'
nvim-autoload:
dst: /mnt/c/Users/matt.dentremont/AppData/Local/nvim/autoload/plug.vim
src: vim/autoload/plug.vim
profiles:
TG-1433:
dotfiles:
- ALL
TG-1700:
dotfiles:
- ALL