Skip to content

Instantly share code, notes, and snippets.

@jimclarkuk
Created February 5, 2014 20:17
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 jimclarkuk/8832143 to your computer and use it in GitHub Desktop.
Save jimclarkuk/8832143 to your computer and use it in GitHub Desktop.
Configuring Tunnelblick to use config on mounted drive
# Assuming you've configured tunnelblick
cd ~/Library/Application\ Support/Tunnelblick/Configurations
cp -r * /Volumes/<drive>/tblk/
rm -r Configurations
ln -s /Volumes/<drive>/tblk/ Configurations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment