Skip to content

Mac Tools

Commands

  • wifi
# get the connected wifi name.
/Sy*/L*/Priv*/Apple8*/V*/C*/R*/airport -I | awk '/ SSID:/ {print $2}'
# get the password of the wifi name
security find-generic-password -wa [wifi-name]
# get password

Softwares

  • R&Rstudio
brew install --cask r
brew install --cask rstudio
  • zsh
brew install zsh
  • zotero

    brew install --cask zotero
    

  • curl&wget

    brew install curl
    brew install wget
    

  • wireguard

    brew install wireguard-tools
    

  • anki

    brew install --cask anki
    

  • vscode

    brew install --cask visual-studio-code
    

  • python

    brew install python@3.10