Merge pull request #18078 from Homebrew/codespaces-more-taps
This commit is contained in:
commit
3426911432
@ -9,6 +9,20 @@
|
|||||||
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
"codespaces": {
|
||||||
|
"repositories": {
|
||||||
|
"Homebrew/homebrew-bundle": {
|
||||||
|
"permissions": {
|
||||||
|
"contents": "write"
|
||||||
|
},
|
||||||
|
"Homebrew/homebrew-services": {
|
||||||
|
"permissions": {
|
||||||
|
"contents": "write"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"vscode": {
|
"vscode": {
|
||||||
// Installing all necessary extensions for vscode
|
// Installing all necessary extensions for vscode
|
||||||
// Taken from: .vscode/extensions.json
|
// Taken from: .vscode/extensions.json
|
||||||
|
|||||||
@ -23,6 +23,9 @@ brew cleanup
|
|||||||
|
|
||||||
# actually tap homebrew/core, no longer done by default
|
# actually tap homebrew/core, no longer done by default
|
||||||
brew tap --force homebrew/core
|
brew tap --force homebrew/core
|
||||||
|
# tap some other repos so codespaces can be used for developing multiple taps
|
||||||
|
brew tap homebrew/bundle
|
||||||
|
brew tap homebrew/services
|
||||||
|
|
||||||
# install some useful development things
|
# install some useful development things
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user