Contents
  1. 1. 配置
  2. 2. 基础软件安装
    1. 2.1. 从 AppStore 安装
    2. 2.2. 从官网安装
    3. 2.3. 从第三方安装
    4. 2.4. 从 Homebrew 安装
    5. 2.5. 从 Homebrew-cask 安装

配置

  • Tracepad
    • 启用 Tap to click
    • 启用 三指移动窗口
  • Screensaver -> Hot corner
    • 右上角关闭显示屏
    • 右下角启动屏保
  • Security & Privacy -> General -> Lock Screen
    • 时间改为5秒
  • iTerm2
    • 背景改成半透明
  • Geany

基础软件安装

从 AppStore 安装

  • QQ
  • WeChat

从官网安装

1
2
3
curl -OL https://github.com/composer/composer/releases/download/1.5.1/composer.phar
mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer

从第三方安装

  • Microsoft Office 2016

从 Homebrew 安装

  • 安装PHP7

    1
    2
    3
    4
    5
    6
    brew install php
    brew install php-code-sniffer
    brew isntall php-cs-fixer
    brew install phpunit
    pecl install memcached redis mongodb xdebug igbinary
    pear install doc.php.net/pman
  • brew install wget

  • brew install tree
  • brew install ag
  • brew install ripgrep
  • brew install fd
  • brew install p7zip
  • brew install unrar
  • brew install enca
  • brew install mtr
  • brew install node
  • brew install go
  • brew install pandoc
  • brew install cloc
  • brew install redis
  • brew install w3m
  • brew install rename
  • brew install qcachegrind
  • brew install sshfs
  • brew install autojump
  • brew install findutils –with-default-names
  • brew install tcping

从 Homebrew-cask 安装

  • brew cask install osxfuse
  • brew cask install iterm2
  • brew cask install geany
  • brew cask install firefox
  • brew cask install virtualbox
  • brew cask install typora
  • brew cask install visual-studio-code
    • 安装扩展
      • One Dark Pro
  • brew cask install xmind
  • brew cask install mplayerx
  • brew cask install vlc
  • brew cask install sequel-pro
  • brew cask install meld
  • brew cask install neteasemusic
  • brew cask install postman
  • brew cask install vivaldi
  • brew cask install filezilla
Contents
  1. 1. 配置
  2. 2. 基础软件安装
    1. 2.1. 从 AppStore 安装
    2. 2.2. 从官网安装
    3. 2.3. 从第三方安装
    4. 2.4. 从 Homebrew 安装
    5. 2.5. 从 Homebrew-cask 安装