-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
52 lines (48 loc) · 1.48 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
- defaults:
link:
relink: true
shell:
stderr: true
- clean: ['~']
- link:
~/.gitconfig:
~/.gitignore_global:
~/.vimrc:
~/.zprofile:
~/.zshrc:
~/.warp:
~/.symfony5/proxy.json:
path: symfony-dev-proxy.json
create: true
force: true
~/.hyper.js:
force: true
~/p:
path: ~/Documents/code
ignore-missing: true
~/i:
path: ~/Documents/code/ilios
ignore-missing: true
/opt/homebrew/etc/php/8.2/conf.d/99-ext-xdebug.ini:
/opt/homebrew/etc/php/8.2/conf.d/99-overrides.ini:
/opt/homebrew/etc/php/8.3/conf.d/99-overrides.ini:
/opt/homebrew/etc/php/8.3/conf.d/99-ext-xdebug.ini:
/opt/homebrew/etc/php/8.4/conf.d/99-overrides.ini:
/opt/homebrew/etc/php/8.4/conf.d/99-ext-xdebug.ini:
- brewfile:
- Brewfile
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
description: "Setup OSX Defaults"
command: "./scripts/macos-setup"
stdout: true
stderr: true
stdin: true
- [brew link --force --overwrite [email protected]]
- [scripts/nvm-install, Install and Use Latest LTS Node Version]
- [curl -sS https://get.symfony.com/cli/installer | bash /dev/stdin --install-dir=/Users/jrjohnson/bin, Install Symfony Binary]
- [sudo codesign --force --deep --sign - /Users/jrjohnson/bin/symfony, Sign Symfony Binary]
- [touch ~/.docker-empty.env]
- [composer global require davidrjonas/composer-lock-diff:^1.0]
- [composer global require rector/rector:^1]