Skip to content

Instantly share code, notes, and snippets.

@dsimard
Created October 19, 2011 17:48
Show Gist options
  • Save dsimard/1299091 to your computer and use it in GitHub Desktop.
Save dsimard/1299091 to your computer and use it in GitHub Desktop.
Install SnapOpen on Ubuntu 11.10 (Oneiric Ocelot)
# Go to your your plugin directory (create it if it doesn't exist)
cd ~/.local/share/gedit/plugins
# Clone the git repository with the patch
git clone git://github.com/MadsBuus/gedit-snapopen-plugin.git
# Create the links
ln -s gedit-snapopen-plugin/snapopen.plugin .
ln -s gedit-snapopen-plugin/snapopen .
# Don't forget to activate the plugin in gEdit in Edit|Preferences|Plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment