You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Automate your macOS setup
5
5
6
6
## What is this?
7
7
8
-

8
+

9
9
10
10
The script is easy to use and can be run directly from the Terminal application, as a regular user or admin user. It automatically performs a series of commands to change default macOS settings and download applications. It's designed to be widely backward and forward compatible with various macOS versions.
11
11
@@ -19,7 +19,7 @@ The macOS Scripted Setup is **perfect for users who want to save time and avoid
19
19
20
20
### 📥 Download macOS Scripted Setup
21
21
22
-
* Download & extract «Source code (zip)» [from Releases](/releases) to your ~/Downloads/ folder
22
+
* Download & extract «Source code (zip)» [from Releases](/../../releases) to your ~/Downloads/ folder
23
23
24
24
### ⚙️ Configure your preferences
25
25
@@ -49,10 +49,10 @@ Watch the magic happen… and occasionally interact when instructions show up (e
49
49
## Requests for changes
50
50
51
51
### Issues and feature requests
52
-
Report an [Issue](/issues) or start a [new Discussion](/discussions) for feedback or help.
52
+
Report an [Issue](/../../issues) or start a [new Discussion](/../../discussions) for feedback or help.
53
53
54
54
### Contributions
55
-
Feel free to [fork this project](/fork) and add Pull Requests for any suggested changes or additions!
55
+
Feel free to [fork this project](/../../fork) and add Pull Requests for any suggested changes or additions!
56
56
57
57
58
58
@@ -66,9 +66,9 @@ If you want to run additional bash commands as part of the setup, you can duplic
66
66
67
67
A **BIG «THANK YOU»** to these inspiring and helfpful sources! 🫶 Make sure to check them out and leave a kudos.
68
68
69
-
* Yann Bertrand's awesome work with «[macOS-defaults](yannbertrand/macos-defaults)»
70
-
* Patrick Force's approach with «[macOSa](rockholla/macosa)» (which was a bit too complex for my use case…)
71
-
* Ryan Pavlick's helpful «[add_to_dock](ryanpavlick/add_to_dock)» bash scripts
72
-
* Mathias Bynens's epic «[dotfiles](mathiasbynens/dotfiles)» (particularly its [.macos](mathiasbynens/dotfiles/blob/main/.macos))!
73
-
* Big KUDOS to «[Homebrew](Homebrew/install)» and the «[Mac App Store command line interface](mas-cli/mas)»! 👏
69
+
* Yann Bertrand's awesome work with «[macOS-defaults](https://github.com/yannbertrand/macos-defaults)»
70
+
* Patrick Force's approach with «[macOSa](https://github.com/rockholla/macosa)» (which was a bit too complex for my use case…)
71
+
* Ryan Pavlick's helpful «[add_to_dock](https://github.com/ryanpavlick/add_to_dock)» bash scripts
72
+
* Mathias Bynens's epic «[dotfiles](https://github.com/mathiasbynens/dotfiles)» (particularly its [.macos](https://github.com/mathiasbynens/dotfiles/blob/main/.macos))!
73
+
* Big KUDOS to «[Homebrew](https://github.com/Homebrew/install)» and the «[Mac App Store command line interface](https://github.com/mas-cli/mas)»! 👏
74
74
* MacRumors «[Dock to Show Running Apps Only](https://www.macrumors.com/how-to/macos-dock-show-active-apps/)», Ask Different «[identify if Filevault is enabled](https://apple.stackexchange.com/q/70969/86244)» and «[Check if OS X user is Administrator](https://apple.stackexchange.com/a/179531/86244)»
0 commit comments