Skip to content

Instantly share code, notes, and snippets.

@bentruyman
Created November 27, 2012 04:53
Show Gist options
  • Save bentruyman/4152455 to your computer and use it in GitHub Desktop.
Save bentruyman/4152455 to your computer and use it in GitHub Desktop.
A hack to install Vim 7.3 on SmartOS
# remove any existing vim installation
pkgin rm vim-share vim
# download vim 7.3 packages
wget http://pkgsrc.smartos.org/packages/SmartOS/trunk/All/vim-share-7.3.653.tgz
wget http://pkgsrc.smartos.org/packages/SmartOS/trunk/All/vim-7.3.653.tgz
# install vim 7.3
pkg_add vim-share-7.3.653.tgz vim-7.3.653.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment