Skip to content

Instantly share code, notes, and snippets.

@Trefex
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trefex/c9e4536546e3fac0d71a to your computer and use it in GitHub Desktop.
Save Trefex/c9e4536546e3fac0d71a to your computer and use it in GitHub Desktop.

Reverted SMB to use SMB1 as I saw many connection issues with SMB2.

echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
smbd restart

LaTeX setup

  • Installed MacTex as a base system
  • Installed atom-latex which uses latexmk in the background
  • Installed Skim as PDF viewer as it supports auto-refresh without clicking the windows. That is quite useful for multiple screen setups

Set the hidden parameter to allow auto-refresh without asking

defaults write -app Skim SKAutoReloadFileUpdate -boolean true 

Tools installed

  • Configured mail clients using Mail.app and Cal.app.

Installed followeing tools

  • MenuMeters
  • Logitech Control Center
  • BetterTouchTool
  • Java for MacOSX
  • HyperSwitch (Alt-Tab Windows)
  • Atom
  • Sublime (Don't like it so much)
  • Dropbox, Copy, OneDrive
  • Boot2Docker
  • AnyConnect VPN
  • AppCleaner
  • Google Chrome
  • Mendeley Desktop
  • Microsoft OneNote
  • VLC
  • Adobe Creative Suite
  • ZSH and oh my zsh
  • brew install redis
  • brew install python
  • GPG Suite
  • SmoothMouse (Mouse acceleration like on Windows)
  • Herald for Mail.app (Custom Notifications)
  • iTerm 2 - Molokai theme.
@bro0k
Copy link

bro0k commented Jan 3, 2015

Yosemite to SMB1 don't work

@Trefex
Copy link
Author

Trefex commented Jan 4, 2015

@Luckiss what do you mean?

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