Skip to content

Commit df88dd7

Browse files
authored
Merge branch 'andmpel:master' into master
2 parents 42e8f55 + a076d20 commit df88dd7

File tree

13 files changed

+11
-695
lines changed

13 files changed

+11
-695
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"MindpathTechnologyLimited.code-error-lens",
77
"Tyriar.sort-lines",
88
"foxundermoon.shell-format",
9-
"golang.Go",
109
"mads-hartmann.bash-ide-vscode",
1110
"streetsidesoftware.code-spell-checker"
1211
],

.github/workflows/macup_build.yaml

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

.github/workflows/macup_release.yaml

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

.gitignore

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
1-
# Binaries for programs and plugins
2-
bin/
3-
build/
4-
*.exe
5-
*.exe~
6-
*.dll
7-
*.so
8-
*.dylib
9-
*.test
10-
11-
# Output of the go coverage tool, specifically when used with LiteIDE
12-
*.out
13-
14-
# Dependency directories (remove the comment below if you use Go modules)
15-
vendor/
16-
17-
# Go workspace file
18-
go.work
19-
go.work.sum
20-
211
# macOS system files
222
.DS_Store

Makefile

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

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,26 @@ To Download & Execute, Run the following command in your terminal:
1919
curl -fsSL https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/install.sh | zsh
2020
```
2121

22+
Then Run `update` from the terminal and it will run the script
23+
2224
### Manually Downloading and Running Script
2325

24-
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it.
26+
For easy access, save the `update-all.sh` script to your Mac user's home folder, make it executable, and then run it
2527

2628
```sh
2729
USER_SCRIPTS="${HOME}/"
2830
curl -fsSLo "$USER_SCRIPTS/update" https://raw.githubusercontent.com/andmpel/MacOS-All-In-One-Update-Script/HEAD/update-all.sh
2931
chmod +x "$USER_SCRIPTS/update"
3032
```
3133

32-
**Now you can run the script anytime by simply typing `./update` from your home directory in your terminal.**
34+
Now you can run the script anytime by simply typing `./update` from your home directory in your terminal
35+
36+
***Optional:***
37+
38+
Add an alias command to the update script in your .zshrc file
39+
40+
Feel free to edit, or `#`comment out commands from the `update_all()` function of the script to skip them
41+
3342

3443
## Supported Updates
3544

go.mod

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

go.sum

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

macup/macup.go

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

0 commit comments

Comments
 (0)