Skip to content

Commit 5437de3

Browse files
single scriptified
1 parent a567724 commit 5437de3

11 files changed

Lines changed: 182 additions & 172 deletions

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ Uses mostly brew. You should be able to run this straight from a brand new mac
66

77
## Run it
88

9-
Download the `setup.sh` file.
10-
11-
chmod it `chmod +x setup.sh`
12-
13-
Run it `./setup.sh`
9+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/codeallthethingz/brew-mac-setup/master/setup.sh)"
1410

1511
## Modify it
1612

17-
Most of the programs are set in the arrays at the top of the script using brew and brew cask.
18-
Miro needed to have the .dmg downloaded and then mounted and extracted.
13+
Most of the programs are set in the arrays at the top of the script using brew and brew cask.

scriptlets/setup-brew-casks.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

scriptlets/setup-brew.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

scriptlets/setup-brews.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

scriptlets/setup-git.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

scriptlets/setup-go.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

scriptlets/setup-macos-defaults.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

scriptlets/setup-npm-globals.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

scriptlets/setup-nvm.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

scriptlets/setup-oh-my-zsh.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)