Skip to content

Commit

Permalink
Merge pull request #85 from MarioCatuogno/1.12.2-RELEASE
Browse files Browse the repository at this point in the history
1.12.2-RELEASE
  • Loading branch information
Mario Catuogno authored Nov 16, 2020
2 parents e08e35f + 043747f commit 9922e58
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Clean-macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
cat<<EOF
###############################################################################
# Clean-macOS #
# Version : 1.12.1 #
# Version : 1.12.2 #
###############################################################################
# #
# Please enter your choice: #
Expand Down
2 changes: 1 addition & 1 deletion bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true

# Cleanup
printf "βš™οΈ Cleanup and final touches...\n"
brew -v update && brew -v upgrade && brew cask upgrade && mas upgrade && brew -v cleanup --prune=5 && brew doctor
brew -v update && brew -v upgrade && brew cask upgrade && mas upgrade && brew -v cleanup --prune=2 && brew doctor

# Exit script
exit
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if test ! $(which brew); then
brew bundle --file=$SETUP/Brewfile
# Cleanup
printf "βš™οΈ Cleanup and final touches...\n"
brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=5 && brew doctor && brew -v upgrade --casks --greedy
brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=2 && brew doctor && brew -v upgrade --casks --greedy
else
printf "πŸ“¦ Homebrew is already installed...\n"
exit
Expand Down
2 changes: 1 addition & 1 deletion bin/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl https://raw.githubusercontent.com/MarioCatuogno/Clean-macOS/master/config/.

# Cleanup
printf "βš™οΈ Cleanup and final touches...\n"
brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=5 && brew doctor && brew -v upgrade --casks --greedy
brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=2 && brew doctor && brew -v upgrade --casks --greedy

#Exit script
exit
2 changes: 1 addition & 1 deletion config/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ alias python=python3
alias pip=pip3

# Brew
alias bup="brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=5 && brew doctor && brew -v upgrade --casks --greedy"
alias bup="brew -v update && brew -v upgrade && mas upgrade && brew -v cleanup --prune=2 && brew doctor && brew -v upgrade --casks --greedy"
2 changes: 1 addition & 1 deletion doc/APPLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A collection of useful apps for macOS, you can configure your personal profile c

| Icon | Title | Description | Brew |
| --- | --- | --- | --- |
| <img src="https://raw.githubusercontent.com/MarioCatuogno/Clean-MacOS-X/master/img/icon_sublimetext.png" width="30" align="middle" /> | [Sublime Text](https://www.sublimetext.com) | A sophisticated and lightweight text editor for code, markup and prose. | |
| <img src="https://raw.githubusercontent.com/MarioCatuogno/Clean-MacOS-X/master/img/icon_sublimetext.png" width="30" align="middle" /> | [Sublime Text](https://www.sublimetext.com) | A sophisticated and lightweight text editor for code, markup and prose. | cask "sublime-text" |
| <img src="https://raw.githubusercontent.com/MarioCatuogno/Clean-MacOS-X/master/img/icon_typora.png" width="30" align="middle" /> | [Typora](https://typora.io) | A minimal markdown editor. | |
| <img src="https://raw.githubusercontent.com/MarioCatuogno/Clean-MacOS-X/master/img/icon_vscode.png" width="30" align="middle" /> | [Visual Studio Code](https://code.visualstudio.com) | A hackable free and open source code editor. | cask "visual-studio-code" |

Expand Down
34 changes: 25 additions & 9 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ All notable changes to this project will be documented in this file. The types o

---

## __1.12.2__ ([2020-11-16](https://github.com/MarioCatuogno/Clean-macOS/milestone/8))

Minor release with bug fixes and docs update.

__CHANGED__

* πŸ”₯ change `--prune` parameter from 5 to 2

__DOCS__

* πŸ“ update APPLIST file
* πŸ“ update CHANGELOG file
* πŸ“ update SETUP file

__FIXED__

* πŸ› fix broken link in SETUP file

## __1.12.1__ ([2020-11-15](https://github.com/MarioCatuogno/Clean-macOS/milestone/8))

Minor release with bug fixes.
Expand All @@ -19,11 +37,15 @@ __CHANGED__

* πŸ”₯ update various screenshots

__DOCS__

* πŸ“ update CHANGELOG file

__FIXED__

* πŸ› add `svn` homebrew formula
* πŸ› add `ZSH_DISABLE_COMPFIX` command in `.zshrc` file to avoid warning in iTerm2
* πŸ› fix `font-heavy-data-nerd-font` homebrew formula
* πŸ› add `svn` homebrew formula
* πŸ› add `ZSH_DISABLE_COMPFIX` command in `.zshrc` file to avoid warning in iTerm2
* πŸ› fix `font-heavy-data-nerd-font` homebrew formula

## __1.12.0__ ([2020-11-14](https://github.com/MarioCatuogno/Clean-macOS/milestone/8))

Expand Down Expand Up @@ -292,12 +314,6 @@ Launching the __install__ mode let you chose what kind of profile you want to ap
* πŸ‘¨β€πŸ’» __developer__ [[#55](https://github.com/MarioCatuogno/Clean-macOS/issues/55)]
* 🧟 __personal__ [[#56](https://github.com/MarioCatuogno/Clean-macOS/issues/56)]

<p align="center">
<a href="https://github.com/MarioCatuogno/Clean-macOS">
<img width=600px src="https://raw.githubusercontent.com/MarioCatuogno/Clean-macOS/master/img/scrn_script_diagram.png" alt="Clean-macOS logo"><br></a>
<i>Diagram : Clean-macOS scripts in 1.8.0-RELEASE</i>
</p>

The list of applications included in each profile is reported [__here__](https://github.com/MarioCatuogno/Clean-macOS/blob/master/doc/PROFILES.md).

Also this release is fully compatible with __macOS 10.15 "Catalina"__.
Expand Down
14 changes: 4 additions & 10 deletions doc/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,17 @@ This is a detailed list of instructions to setup a fresh macOS environment as fa

You need an active internet connection and one of the following macOS version:

- ❌ ~~macOS 10.12 "Sierra"~~
- ❌ ~~macOS 10.13 "High Sierra"~~
- ❌ ~~macOS 10.14 "Mojave"~~
- ❌ ~~macOS 10.12 "Sierra"~~ (use [1.10.0-RELEASE](https://github.com/MarioCatuogno/Clean-macOS/releases/tag/1.10.0))
- ❌ ~~macOS 10.13 "High Sierra"~~ (use [1.10.0-RELEASE](https://github.com/MarioCatuogno/Clean-macOS/releases/tag/1.10.0))
- ❌ ~~macOS 10.14 "Mojave"~~ (use [1.10.0-RELEASE](https://github.com/MarioCatuogno/Clean-macOS/releases/tag/1.10.0))
- βœ”οΈ macOS 10.15 "Catalina"
- βœ”οΈ macOS 11.00 "Big Sur"

Do a fresh install of macOS (version 10.15+) and after your first access to macOS follow the instructions below:

1. Update macOS via Mac App Store and signin with your AppleID
2. Open __Terminal.app__ and download the project with the following command `git clone https://github.com/MarioCatuogno/Clean-macOS.git ~/Clean-macOS`
3. If you haven't previously installed `X-code` then click __Yes__ in the following prompt

<p align="center">
<a href="https://github.com/MarioCatuogno/Clean-macOS">
<img width=600px src="https://raw.githubusercontent.com/MarioCatuogno/Clean-macOS/master/img/scrn_install_xcode.png" alt="Install X-code"><br></a>
</p>

3. If you haven't previously installed `X-code` then click __Yes__ in the prompt
4. Edit the `Brewfile` file choosing the apps that you want to install
5. Open __Terminal.app__ and run the following command `chmod -R 777 ~/Clean-macOS && ~/Clean-macOS/Clean-macOS.sh`, the following promtp will appear from which you can choose one of the options:

Expand Down

0 comments on commit 9922e58

Please sign in to comment.