Skip to content

Instantly share code, notes, and snippets.

@Trefex
Last active March 8, 2018 04:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trefex/1d3000a907403bd144e9f29b1c93ecb9 to your computer and use it in GitHub Desktop.
Save Trefex/1d3000a907403bd144e9f29b1c93ecb9 to your computer and use it in GitHub Desktop.

Disable OS X mouse acceleration

Download ExactMouse tool from https://steelseries.com/downloads and put it to "Always On".

Overwrite the mouse tracking speed

defaults write -g com.apple.mouse.scaling 7

GPGMail does not work

Configure Mail.app

I want to have mails sorted by recent on top, so to do that, you must go to Preferences -> Viewing -> Show most recent ... at top

Security

Encrypt Hard Disk

Encrypt Time machine backup

SSH Key loading on macOS Sierra changed

Go here to see solution: http://apple.stackexchange.com/a/250572/202510

Tools installed

  • Cisco AnyConnect VPN Client
  • Firefox
  • Chrome
  • VLC
  • Office 2016 (for Word)
  • OnyX (sierra edition)
  • Slack
  • Visual Studio Code
  • Atom
  • Dropbox
  • OneDrive
  • ownCloud
  • Install 802.1X certificate from UL
  • GoToMeeting
  • FortiClient VPN
  • LastPass Binary Installer (Do not forget to configure auto-logout)
  • Tunnelblick OpenVPN
  • Google Drive
  • Caffeine (http://lightheadsw.com/caffeine/)
  • gfxCardStatus
  • Teamviewer
  • Docker
  • Logitech Options for Master MX
  • Vagrant

Configuration for iTerm

  • Export settings from old iTerm and import to new one
  • Install brew
  • Install zsh by brew install zsh
  • Add /usr/local/bin/zsh to /etc/shells
  • Change path to export PATH="/usr/local/bin/:$PATH"
  • Install oh-my-zsh (Accept to change default shell)
  • Edit .zshrc
  • brew install wget zsh zsh-completions tig
  • Install miniconda for python packages and autoenv for environment generation
  • brew install autoenv
  • Edit .bash_profile to add new items in there

Configuration of git

git config --global user.name "Trefex"
git config --global user.email "trefex@gmail.com"

Neded libs for Python Dev

Install Xcode CLI tools

$> xcode-select --install
  • Install zplug to manage zsh plugins
  • Install zsh-autoenv with adding zplug "Tarrasch/zsh-autoenv" to .zshrc

Activate Vundle in oh-my-zsh. Will put .vimrc to github.

Install RVM

Install from https://rvm.io/rvm/install

After install, add source /Users/christophe.trefois/.rvm/scripts/rvm to .zshrc

Then configure a default ruby by rvm --default use ruby-2.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment