Skip to content

Commit 0dcef0d

Browse files
Fixes more links
1 parent 127d5a4 commit 0dcef0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automate your macOS setup
55

66
## What is this?
77

8-
![Screenshot of macOS Scripted Setup in action](/blob/installer/README_demo.png?raw=true)
8+
![Screenshot of macOS Scripted Setup in action](/README_demo.png?raw=true)
99

1010
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.
1111

@@ -19,7 +19,7 @@ The macOS Scripted Setup is **perfect for users who want to save time and avoid
1919

2020
### 📥 Download macOS Scripted Setup
2121

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
2323

2424
### ⚙️ Configure your preferences
2525

@@ -49,10 +49,10 @@ Watch the magic happen… and occasionally interact when instructions show up (e
4949
## Requests for changes
5050

5151
### 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.
5353

5454
### 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!
5656

5757

5858

@@ -66,9 +66,9 @@ If you want to run additional bash commands as part of the setup, you can duplic
6666

6767
A **BIG «THANK YOU»** to these inspiring and helfpful sources! 🫶 Make sure to check them out and leave a kudos.
6868

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)»! 👏
7474
* 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

Comments
 (0)