Skip to content

Instantly share code, notes, and snippets.

@EverettBerry
Created June 4, 2014 07:13
Show Gist options
  • Save EverettBerry/50c4c587f86424d80846 to your computer and use it in GitHub Desktop.
Save EverettBerry/50c4c587f86424d80846 to your computer and use it in GitHub Desktop.
Installing sshfs and macvim
sshfs:
1. brew install sshfs
2. sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems
3. sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
3. sshfs <username>@<hostname>:/path/to/directory <your directory>
macvim:
1. Download tar file
2. make install the file
3. mv /Users/<username>/Downloads/macvim-snapshot-73/src/MacVim/mvim ~/.rvm/bin
4. drag /Users/<username>/Downloads/macvim-snapshot-73/src/MacVim/build/Release/MacVim.app to the applications folder
5. customize as normal vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment