Skip to content

Commit 2642e47

Browse files
Adjusts instructions & adds details on what it does
1 parent 0dcef0d commit 2642e47

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The macOS Scripted Setup is **perfect for users who want to save time and avoid
2323

2424
### ⚙️ Configure your preferences
2525

26-
1. Duplicate the file `/macOS-scripted-setup/config.default.sh` as `config.sh`
26+
1. Duplicate the file `config.default.sh` as `config.sh`
2727

2828
2. Open `config.sh` with TextEdit
2929

@@ -38,7 +38,7 @@ Maybe now is the time to go and get a coffee ☕️…
3838
2. Paste the following command to the Terminal.app, and start the setup by pressing `Return`:
3939

4040
```bash
41-
cd ~/Downloads/macOS-scripted-setup/ && chmod +x ./run.sh && ./run.sh
41+
cd ~/Downloads/macOS-scripted-setup-1.0.0/ && chmod +x ./run.sh && ./run.sh
4242
```
4343

4444
Watch the magic happen… and occasionally interact when instructions show up (e.g. sign-in on the Mac App Store-App).
@@ -60,6 +60,18 @@ Feel free to [fork this project](/../../fork) and add Pull Requests for any sugg
6060

6161
If you want to run additional bash commands as part of the setup, you can duplicate the template-file `mycommands.template.sh` as `mycommands.sh`, and populate it with any commands. These custom commands will be executed LAST in the whole setup (see the `run.sh` file).
6262

63+
### What is being done?
64+
65+
The script changes the following settings:
66+
67+
* FileVault, macOS Firewall, Mission Control, Control Centre, Finder, Dock, git, SSH Key, adds Userhome folders, Menu bar clock, Fast User Switching, and more.
68+
69+
…and is capable of installing these Apps:
70+
71+
* Xcode Command Line Tools, Homebrew, Rosetta 2, Keka, Quick Look plugins, 1Password, Safari extensions, Beyond Compare, Discord, Fig, Firefox, Google Chrome, Pixelmator Pro, Spotify, Strongbox, Telegram, Transmission, Tresorit, Warp, Xnapper, Git, Boop, Composer, Docker, SonarQube, Fork, GasMask, MAMP, Nova, Sequel Ace, and others.
72+
73+
Some Apps are downloaded from the official websites, other are added through Homebrew or its Mac App Store CLI extension.
74+
6375
---
6476

6577
## Inspiration and Kudos

config.default.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# -----------------------------------------------
44
# INSTRUCTIONS
55
# ---
6-
# Copy this file as a "myconfig.sh" and set your
6+
# Copy this file as a "config.sh" and set your
77
# preferences for the options using "true" or "false"
8-
# (otherwise the default settings will be used)
8+
# (if there is no config.sh, the default file is used)
99
#
1010
#
1111
# TABLE OF CONTENTS

0 commit comments

Comments
 (0)