We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da4f0d commit e37e2a5Copy full SHA for e37e2a5
README.md
@@ -421,15 +421,6 @@ gcloud components install docker-credential-gcr --quiet
421
422
### Applications
423
424
-<details>
425
- <summary>Slack</summary>
426
-
427
-```sh
428
-brew install --cask slack
429
-```
430
-</details>
431
432
433
<details>
434
<summary>Firefox</summary>
435
setup-new-computer.sh
@@ -388,13 +388,6 @@ printDivider
388
# Install Apps
389
printHeading "Installing Applications"
390
391
- if [[ -d "/Applications/Slack.app" ]]; then
392
- printDivider
393
- echo "✔ Slack already installed. Skipping"
394
- else
395
- printStep "Slack" "brew install --cask slack"
396
- fi
397
398
if [[ -d "/Applications/Firefox.app" ]]; then
399
printDivider
400
echo "✔ Firefox already installed. Skipping"
0 commit comments