-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
27 lines (27 loc) · 1 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
- clean: ["~"]
- create:
- ~/.config/powerline-shell
- link:
~/.zshrc: zsh/zshrc
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
~/.gemrc: ruby/gemrc
~/.ruby-version: ruby/ruby-version
~/.swiftlint.yml: swiftlint.yml
~/.config/powerline-shell/config.json: config/powerline-shell.json
~/Library/Developer/Xcode/UserData/FontAndColorThemes/nlutsenko-Dusk.xccolortheme:
create: true
path: themes/Dusk.dvtcolortheme
~/Library/Developer/Xcode/UserData/CodeSnippets:
create: true
force: true
path: xcode-snippets
~/Library/Application Support/TextMate/Managed/Bundles/Themes.tmBundle/Themes/Dusk.tmTheme:
create: true
force: true
path: themes/Dusk.tmTheme
- shell:
- [git submodule update --init --recursive, Installing submodules...]
- [~/.dotfiles/macos_brew.sh, Installing homebrew...]
- [sudo ~/.dotfiles/macos_preferences.sh, Updating macOS preferences...]
- [~/.dotfiles/macos_apps.sh, Installing macOS apps...]