-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
59 lines (49 loc) · 1.17 KB
/
install.conf.yaml
File metadata and controls
59 lines (49 loc) · 1.17 KB
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
- defaults:
link:
relink: true
create: true
- clean: ['~', '~/bin']
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: ./macos/setup-homebrew.sh
description: Installing Homebrew and Essential Packages
stdout: true
- link:
# ~/.dotfiles: ''
~/.zshrc:
path: zsh/zshrc.zsh
force: true
~/.oh-my-zsh: zsh/oh-my-zsh
~/.zgenom: zsh/zgenom
~/.hushlogin: zsh/hushlogin
~/.bashrc:
path: bash/bashrc
force: true
~/.prettierrc.js:
path: node/prettierrc.js
~/bin:
glob: true
path: scripts/*
relink: true
# VS Code MacOS
~/Library/Application Support/Code/User:
if: '[ `uname` = Darwin ]'
glob: true
path: vscode/macos/*.json
force: true
~/Library/Application Support/Code/User/snippets:
if: '[ `uname` = Darwin ]'
path: vscode/snippets
force: true
- shell:
-
command: ./git/set-gitconfig.sh
description: Configuring Git
stdout: true
quiet: false
# -
# command: yarn config set prefix ~/.yarn
# description: Configuring yarn prefix
# stdout: true
# quiet: false