macOS
some adaption for macOS
CUPS
enable cups
cupsctl WebInterface=yes
- http://localhost:631/printers/
Shell
macOS is using zsh since while. If you wanna switch back to bash, here some Notes …"
Switch to Bash
chsh -s /bin/bash
Switch to Zsh
chsh -s /bin/zsh
install brew
the famous package manager for macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
install keychain
if you work with ssh agent, you may wanna try keychain …
brew install keychain
build .bash_profile
this will overwrite your existing .bash_profile