Skip to content

Commit e37e2a5

Browse files
authored
chore: remove slack from script (#19)
1 parent 9da4f0d commit e37e2a5

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -421,15 +421,6 @@ gcloud components install docker-credential-gcr --quiet
421421

422422
### Applications
423423

424-
<details>
425-
<summary>Slack</summary>
426-
427-
```sh
428-
brew install --cask slack
429-
```
430-
</details>
431-
432-
433424
<details>
434425
<summary>Firefox</summary>
435426

setup-new-computer.sh

-7
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,6 @@ printDivider
388388
# Install Apps
389389
printHeading "Installing Applications"
390390

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-
398391
if [[ -d "/Applications/Firefox.app" ]]; then
399392
printDivider
400393
echo "✔ Firefox already installed. Skipping"

0 commit comments

Comments
 (0)