-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
51 lines (41 loc) · 1.98 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
- clean: [ '~' ]
- shell:
- [ git submodule update --init --recursive, Installing submodules ]
- [ touch $HOME/.hushlogin ]
# - command: /opt/homebrew/bin/brew bundle --file=./homebrew/Brewfile
# stdin: true
# stdout: true
# stderr: true
- create:
- ~/.composer
- ~/.config/fish
- link:
~/.config/fish/aliases: fish/aliases
~/.config/fish/config.fish: fish/config.fish
~/.config/fish/fish_plugins: fish/fish_plugins
~/.composer/composer.json: composer/composer.json
~/.gitignore_global: git/gitignore
~/.mackup.cfg: mackup/.mackup.cfg
~/.mackup: mackup/.mackup
~/.config/karabiner: karabiner
#- shell:
# - shell:
# - [ "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher update", Installing fisher ]
# - [ "curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish", Installing fisher ]
# - [ "mkdir -p ~/.1password && ln -s ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock ~/.1password/agent.sock" ]
# - [ "./composer/install.sh", Installing composer ]
# - [ "composer global install", Installing global composer packages ]
# - [ "$HOME/.composer/vendor/bin/valet install", Installing laravel valet ]
# - shell:
# - [ "n stable", Install node ]
# - [ "npm install npm-check-updates --global" ]
# - [ "npm install npm-check --global" ]
# - [ "npm install netlify-cli --global" ]
#- shell:
# - [ "composer global install", Installing global composer packages ]
# - [ "$HOME/.composer/vendor/bin/valet install", Installing laravel valet ]
# Run these after Sync is installed and files have downloaded
#- shell:
# - [mackup restore, 'Restore config from mackup']
#- shell:
# - [$HOME/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/ksinstall --nuke, Uninstall Google Update]