mac 入門

曲珂發表於2018-09-25

mac入門

  1. 安裝 homebrew

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    更換國內映象 清華大學開源軟體映象站

    cd "$(brew --repo)"
    git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
    git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

    brew update

    更換 homebrew-bottles 國內映象

    echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
    source ~/.bash_profile
  2. oh-my-zsh 終端增強

  3. 推薦軟體

    • switchhosts 快速切換 hosts

    • ShadowsocksX-NG 科學上網

    • Alfred mac 神器

    • Itsycal 日曆增強

    • typora markdown 編輯器

    • enpass 免費的密碼管理器

    • sourcetree 圖形化 git

    • sublime 輕量 ide

    • the-unarchiver 解壓縮工具

      其實上面的都可以用 brew cask 安裝

      brew cask list
      alfred                 firefox                 neteasemusic           sourcetree             switchhosts
      enpass                 itsycal                 osxfuse                 staruml                 the-unarchiver
      evernote               mounty                 shadowsocksx-ng         sublime                 tigervnc-viewer

相關文章