Skip to content

Commit

Permalink
Merge pull request #88 from MarioCatuogno/1.12.5-RELEASE
Browse files Browse the repository at this point in the history
1.12.5-RELEASE
  • Loading branch information
Mario Catuogno authored Nov 25, 2020
2 parents 3134867 + 410a5ea commit a4458ce
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 30 deletions.
11 changes: 2 additions & 9 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
tap "homebrew/cask-fonts"
brew "ack"
brew "bash"
brew "coreutils"
brew "git"
brew "gzip"
brew "htop"
brew "imagemagick"
brew "nano"
brew "nmap"
brew "neofetch"
brew "prettyping"
brew "svn"
brew "tldr"
brew "tree"
brew "wget"
brew "wifi-password"
brew "youtube-dl"
cask "alfred"
cask "authy"
cask "adguard"
cask "appcleaner"
cask "bitwarden"
cask "cheatsheet"
cask "cyberduck"
cask "discord"
cask "font-comic-neue"
cask "font-fantasque-sans-mono"
Expand All @@ -32,6 +24,7 @@ cask "font-lato"
cask "font-roboto"
cask "font-ubuntu-mono-nerd-font"
cask "iina"
cask "istat-menus"
cask "iterm2"
cask "spotify"
cask "transmission"
Expand Down
26 changes: 13 additions & 13 deletions Clean-macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ while :
do
clear
cat<<EOF
###############################################################################
# Clean-macOS #
# Version : 1.12.2 #
###############################################################################
# #
# Please enter your choice: #
# #
# (1) Install #
# (2) Configure #
# (3) Update #
# (0) Exit #
# #
###############################################################################
########################################################################
# Clean-macOS #
# Version : 1.12.5 #
########################################################################
# #
# Please enter your choice: #
# #
# (1) Install #
# (2) Configure #
# (3) Update #
# (0) Exit #
# #
########################################################################
EOF
read -n1 -s
case "$REPLY" in
Expand Down
1 change: 1 addition & 0 deletions bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ code --install-extension formulahendry.code-runner
code --install-extension HookyQR.beautify
code --install-extension ivangabriele.vscode-git-add-and-commit
code --install-extension mikestead.dotenv
code --install-extension ms-python.python
code --install-extension teabyii.ayu
code --install-extension Tyriar.sort-lines
code --install-extension yzhang.markdown-all-in-one
Expand Down
9 changes: 2 additions & 7 deletions config/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

ZSH_DISABLE_COMPFIX="true"

export PATH="/usr/local/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
#export PATH="$PATH:/usr/local/bin"
#export PATH="$PATH:/usr/local/sbin"
export ZSH=$HOME/.oh-my-zsh

###############################################################################
Expand Down Expand Up @@ -43,12 +43,7 @@ alias reload="exec ${SHELL} -l"

# Shortcuts
alias ping="prettyping --nolegend"
alias speedtest="speedtest-cli"
alias myip="ipconfig getifaddr en0"

# Useful alias
alias python=python3
alias pip=pip3

# Brew
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 config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"git.autofetch": true,
// Terminal
"terminal.integrated.inheritEnv": false,
"python.defaultInterpreterPath": "/usr/local/bin/python3",
//"python.defaultInterpreterPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
37 changes: 37 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,43 @@ All notable changes to this project will be documented in this file. The types o

---

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

Minor release with bug fixes and some changed apps. Python3 installed from Homebrew still causes problems with macOS Big Sur (see [#17784](https://github.com/numpy/numpy/issues/17784), [#319](https://github.com/pypa/packaging/pull/319) and [#9138](https://github.com/pypa/pip/issues/9138)).

__CHANGED__

* πŸ”₯ update `Clean-macOS.sh` script
* πŸ”₯ update `Visual Studio Code` preferences file

__DOCS__

* πŸ“ update CHANGELOG file

__FIXED__

* πŸ› fix `export $PATH` variables
* πŸ› remove Python unused aliases in `.zshrc` file
* πŸ› remove `speedtest` broken alias in `.zshrc` file

__NEW__

* πŸ“¦ add `Cyberduck` Homebrew formula
* πŸ“¦ add `istat-menus` Homebrew formula
* πŸ“¦ add `ms-python.python` VSCode extension

__REMOVED__

* πŸ—‘οΈ remove `ack` Homebrew formula
* πŸ—‘οΈ remove `bash` Homebrew formula
* πŸ—‘οΈ remove `coreutils` Homebrew formula
* πŸ—‘οΈ remove `gzip` Homebrew formula
* πŸ—‘οΈ remove `imagemagick` Homebrew formula
* πŸ—‘οΈ remove `nano` Homebrew formula
* πŸ—‘οΈ remove `neofetch` Homebrew formula
* πŸ—‘οΈ remove `youtube-dl` Homebrew formula
* πŸ—‘οΈ remove `wifi-password` Homebrew formula

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

Minor release with bug fixes and QOL improvements.
Expand Down

0 comments on commit a4458ce

Please sign in to comment.