-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
49 lines (45 loc) · 1.19 KB
/
install.conf.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
- defaults:
link:
relink: true
- clean: ["~"]
- create:
~/.ssh:
mode: 0700
- link:
~/.config/:
glob: true
path: config/*
relink: true
exclude: [config/karabiner]
~/.config/karabiner: darwin/karabiner
~/.ack: ack
~/.ag: ag
~/.aliases: aliases
~/.asdfrc: asdfrc
~/.bash_profile: bash_profile
~/.bashrc: bashrc
~/.ctags: ctags
~/.curlrc: curlrc
~/.default-gems: default-gems
~/.default-npm-packages: default-npm-packages
~/.default-python-packages: default-python-packages
~/.editorconfig: editorconfig
~/.functions: functions
~/.gemrc: gemrc
~/.gitmux.conf: gitmux.conf
~/.gnupg/dirmngr.conf: gnupg/dirmngr.conf
~/.gnupg/gpg.conf: gnupg/gpg.conf
~/.markdownlint.yaml: markdownlint.yaml
~/.profile: profile
~/.session-variables.sh: session-variables.sh
~/.tool-versions: tool-versions
~/.wget: wget
~/.zsh_plugins.txt: zsh_plugins.txt
~/.zshenv: zshenv
~/.zshrc: zshrc
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
Installing tmux plugins,
]