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
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,29 @@
2
2
A simple shell script I run to keep my MacBook clean and patched.
3
3
4
4
## What It Does:
5
-
- Prompt For Password If Not Root
6
-
- Deletes Saved Wireless Networks
7
-
- Installs Needed System Updates
8
-
- Empties The Trash
9
-
- Deletes All System Logs
10
-
- Deletes The QuickLook files
11
-
- Updates And Cleans Homebrew
12
-
- Cleans Ruby
13
-
- Removes All Docker Containers
14
-
- Purges Memory
15
-
- Removes known_hosts file.
16
-
- Securely Wipe Freespace
5
+
-Prompt For Password If Not Root
6
+
-Deletes Saved Wireless Networks
7
+
-Installs Needed System Updates
8
+
-Empties The Trash
9
+
-Deletes All System Logs
10
+
-Deletes The QuickLook files
11
+
-Updates And Cleans Homebrew
12
+
-Cleans Ruby
13
+
-Removes All Docker Containers
14
+
-Purges Memory
15
+
-Removes known_hosts file.
16
+
-Securely Wipes Free-space
17
17
18
18
## Usage:
19
-
- Review for your preferences and comment out options **You** dont want.
20
-
- Set `homessid` and `workssid` variable to stop from deleting those!
21
-
-`chmod +x maid.sh`
22
-
-`./maid.sh`
19
+
- Review for your preferences and comment out options **You** dont want.
20
+
- Set `homessid` and `workssid` variable to stop from deleting those!
21
+
22
+
**To Run:**
23
+
24
+
```
25
+
chmod +x maid.sh
26
+
./maid.sh
27
+
```
23
28
24
29
## Important Notice
25
30
I likely dont know what I am doing and this could be done faster, better and simpler some other way. These scripts could also break your MacBook and make you cry.
0 commit comments