-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
65 lines (54 loc) · 1.87 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
- defaults:
link:
create: true
relink: true
force: true
- clean: ['~']
- create:
- ~/Code
- shell:
- command: git submodule update --init --recursive
description: Installing submodules
stdout: true
stderr: true
- command: exec modules/fonts/install.sh
description: Installing Powerline Fonts
stdout: true
stderr: true
- command: which brew || bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
description: Installing homebrew
stdout: true
stderr: true
- command: brew bundle --file brew/Brewfile
description: Installing brew packages
stdout: true
stderr: true
- command: defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/mac/iTerm2" && defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true
description: Setup iTerm2
stdout: true
stderr: true
- command: which zimfw || curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
description: Installing Zim
stdout: true
stderr: true
- command: zimfw install
description: Installing Zim modules
stdout: true
stderr: true
- command: brew install --cask alacritty
description: Installing Alacritty terminal
stdout: true
stderr: true
- link:
~/.gitconfig: git/.gitconfig
~/.gitignore_global: git/.gitignore_global
~/.vimrc: editors/vim/.vimrc
~/.vim/colors: editors/vim/colors
~/.zimrc: shell/zsh/.zimrc
~/.zlogin: shell/zsh/.zlogin
~/.zshenv: shell/zsh/.zshenv
~/.zshrc: shell/zsh/.zshrc
~/Library/Application\ Support/Code/User/settings.json: editors/code/settings.json
~/.wezterm.lua: mac/WezTerm/.wezterm.lua
~/.config/nvim: editors/nvim
~/.config/alactitty: alacritty