-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
38 lines (32 loc) · 1.05 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
- defaults:
link:
create: true
force: true # required zsh etc already exists
relink: true
- clean: ['~']
- shell:
- [rm -rf ~/.oh-my-zsh, Removing old oh-my-zsh]
- [sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)", "Installing fresh oh-my-zsh"]
- link:
~/.gitignore_global: git/gitignore_global
~/.gitconfig: git/gitconfig
~/.zsh: zsh
~/.zshrc: configs/zshrc
~/.gemrc: configs/gemrc
~/.irbrc: configs/irbrc
~/.config/nvim: nvim
# ~/.tmux.conf: configs/tmux.conf
- shell:
- [git submodule update --init --recursive, Intalling submodules] # after linking ~/.gitconfig
-
command: sh homebrew.sh
stdout: true
stderr: true
stdin: true
description: Installing homebrew
- [sh -c 'curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim', Installing vim-plug]
-
command: bash spin.sh
stdout: true
stderr: true
description: Installing Spin configurations