-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
40 lines (33 loc) · 1.36 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
- defaults:
link:
relink: true
- create:
- ~/Documents/workspace
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [chsh -s $(which zsh), Making zsh the default shell]
- [REPO=eduardb/oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended, Installing oh-my-zsh]
- [rm ~/.zshrc, Removing default .zshrc file]
- [mkdir -p ~/.gradle, Create Gradle directory]
- link:
~/.zshrc: zsh/zshrc
~/.gitconfig: git/gitconfig
~/.gradle/gradle.properties: gradle/gradle.properties
- shell:
-
command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
stdin: true
stderr: true
description: Installing Homebrew
- brewfile:
file: brew/Brewfile
no-upgrade: true
- link:
/opt/homebrew/bin/readydocker.sh: scripts/readydocker.sh
/opt/homebrew/bin/docker_cleanup.sh: scripts/docker_cleanup.sh
/opt/homebrew/bin/giffify.py: scripts/giffify.py
~/Library/Application Support/iTerm2/DynamicProfiles/Profiles.json: iterm2/Profiles.json
/opt/homebrew/bin/subl: /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
- shell:
- [sh fonts/powerline.sh, "Installing Powerline fonts"]
- [sh -c "rm! -f ~/.zcompdump; compinit; chmod go-w '/usr/local/share'" , "Rebuilding zcompdump"]