-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
78 lines (73 loc) · 2.01 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
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
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [git submodule update --recursive --remote, Installing submodules]
-
command: if [[ $SHELL != "/bin/zsh" ]]; then sudo chsh -s /bin/zsh `whoami`; fi
stdin: true
stdout: true
-
command: if [[ $OSTYPE == darwin* ]] && ! which brew &>/dev/null; then /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"; fi
stdout: true
-
command: if [ ! -d ~/.git_template ]; then mkdir ~/.git_template; fi
- brewfile:
- homebrew/Brewfile
- shell:
-
command: asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby.git
stdout: true
-
command: asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
stdout: true
-
command: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
stdout: true
-
command: mkdir -p ~/.config/nvim
- link:
~/.bash:
path: bash/bash
force: true
~/.bashrc:
path: bash/bashrc
force: true
~/.config/nvim/init.lua:
path: vim/init.lua
force: true
~/.config/nvim/lua/plugins:
path: vim/plugins
force: true
~/.config/nvim/lua/config:
path: vim/config
force: true
~/.dir_colors:
path: dircolors/src/dir_colors
force: true
~/.fzf:
path: fzf
force: true
~/.fzf.zsh:
path: zsh/fzf.zsh
force: true
~/.gitignore: git/gitignore
~/.gitconfig: git/gitconfig
~/.iterm2: mac/iterm2
~/.zsh: zsh
~/.zsh_plugins.txt:
path: zsh/zsh_plugins.txt
force: true
~/.zshrc:
path: zsh/zshrc
force: true
~/.p10k.zsh:
path: zsh/p10k.zsh
force: true
~/.gitmessage: git/templates/gitmessage
/usr/local/bin/git-autofixup: git/util/git-autofixup
/usr/local/bin/git-each: git/util/git-each
/usr/local/bin/git-eachsh: git/util/git-eachsh
/usr/local/bin/git-find-all: git/util/git-find-all
/usr/local/bin/git-rm-dangling-branches: git/util/git-rm-dangling-branches