-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
41 lines (36 loc) · 1004 Bytes
/
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.gitconfig: gitconfig
~/.gitignore-system: gitignore-system
~/.tmux.conf: tmux.conf
~/.vimrc: vimrc
~/.vim/vim.d: vim.d
- brewfile:
- Brewfile
- create:
- ~/projects
- shell:
-
command: curl -sSL https://get.rvm.io | bash -s stable
description: Bring RVM in
-
command: . $HOME/.rvm/scripts/rvm
description: Activate RVM
-
command: curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
description: "Install vim-plug: Packaage Management for [Neo]Vim"
-
command: echo "export GIT_BASE_BRANCH=release" >> $HOME/.zprofile
description: Default Git branch is "release"
-
command: read var && echo Your variable is $var
stdin: true
stdout: true
description: Reading and printing variable
quiet: true
-
command: read fail
stderr: true