Shell scripts are
bash
Show hidden files:
defaults write com.apple.finder AppleShowAllFiles YESHold the 'Option/alt' key, then right click on the Finder icon in the dock and click Relaunch
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install wget curlbrew install bashbrew install gitInstall Command Line Tools (CLT) for Xcode:
xcode-select --installDownload and install from Visual Studio Code site.
Open Visual Studio Code and press Cmd + Shift + p. Select Shell Command: Install 'code' command in PATH.
Install Python version manager pyenv
brew install pyenv