-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-linux.yaml
More file actions
92 lines (92 loc) · 1.61 KB
/
Copy pathconfig-linux.yaml
File metadata and controls
92 lines (92 loc) · 1.61 KB
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
87
88
89
90
91
92
config:
backup: true
banner: true
create: true
dotpath: ~/Dotfiles
keepdot: false
link_dotfile_default: link
link_on_import: link
dotfiles:
bcomp:
dst: ~/bin/bcomp
src: platform-specific-bin/bcomp-linux
bin:
dst: ~/bin/
src: bin
link: link_children
cmpignore:
- bcomp*
upignore:
- bcomp*
checkoutmanager.cfg:
dst: ~/.checkoutmanager.cfg
src: checkoutmanager.cfg
com.googlecode.iterm2.plist:
dst: ~/.com.googlecode.iterm2.plist
src: com.googlecode.iterm2.plist
fish:
dst: ~/.config/fish
src: fish
gitconfig:
dst: ~/.gitconfig
src: gitconfig
gitignore_global:
dst: ~/.gitignore_global
src: gitignore_global
karabiner.json:
src: config/karabiner/karabiner.json
dst: ~/.config/karabiner/karabiner.json
chmod: '600'
oh-my-zsh:
src: oh-my-zsh
dst: ~/.oh-my-zsh
ssh:
dst: ~/.ssh
src: ssh
thefuck:
dst: ~/.config/thefuck
src: config/thefuck
tmux:
dst: ~/.tmux
src: tmux
tmux.conf:
dst: ~/.tmux.conf
src: tmux.conf
zgenomrc:
dst: ~/.zgenomrc
src: zgenomrc
zsh.d:
dst: ~/.zsh.d
src: zsh.d
zshenv:
dst: ~/.zshenv
src: zshenv
zshrc:
dst: ~/.zshrc
src: zshrc
nvim:
dst: ~/.config/nvim
src: config/nvim
wezterm:
dst: ~/.config/wezterm
src: config/wezterm
d_karabiner:
src: config/karabiner
dst: ~/.config/karabiner
chmod: '700'
d_pi:
src: pi
dst: ~/.pi
d_tmux:
src: tmux
dst: ~/.tmux
profiles:
Matts-MBP:
dotfiles:
- ALL
- d_karabiner
- d_pi
- d_tmux
spin:
dotfiles:
- ALL