Skip to content

Commit

Permalink
update automated install command
Browse files Browse the repository at this point in the history
  • Loading branch information
bretonics committed Apr 4, 2021
1 parent 545b32c commit aa32d6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@

## Automate Setting Up A New Mac
---
``` bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bretonics/Setup/HEAD/setup)"
```


Options
---
The [Brewfile](https://github.com/bretonics/Setup/tree/master/src/Brewfile) contains everything, and is used in a `FULL` setup mode (default).

Files in [./src](https://github.com/bretonics/Setup/tree/master/src) keep track of individual programs (Apps, Formulae, and Casks) to install.

```
``` bash
$ ./install.sh -h

Usage: install [Options] Brewfile
Expand Down Expand Up @@ -53,8 +57,8 @@ I suggest [downloading the repo](https://github.com/bretonics/Setup/archive/mast
- Fork: [the repo](https://github.com/bretonics/Setup)

You can also execute directly and run everything automatically with:
```
curl https://raw.githubusercontent.com/bretonics/Setup/master/setup | bash
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bretonics/Setup/HEAD/setup)"
```

> Cancel the auto run with `Ctrl-C` if you want to modify [apps.txt](https://github.com/bretonics/Setup/blob/master/src/apps.txt), [formulae.txt](https://github.com/bretonics/Setup/blob/master/src/formulae.txt), [casks.txt](https://github.com/bretonics/Setup/blob/master/src/casks.txt), and/or [Brewfile](https://github.com/bretonics/Setup/blob/master/src/Brewfile).
Expand All @@ -72,7 +76,7 @@ Modify the `./src/Brewfile` and run `bash install`, or do `bash install /path/to

## Useful Commands
---
```
```bash
# List all installed Mac apps
mas list | sort -fk 2

Expand Down

0 comments on commit aa32d6b

Please sign in to comment.