Skip to content

Instantly share code, notes, and snippets.

{
"author": "Stanley Rost",
"comment": "hukl, 2011",
"name": "Smyck",
"settings": [
{
"settings": {
"background": "#1B1B1B",
"caret": "#FFFA04",
"foreground": "#F8F8F8",
reference: http://stackoverflow.com/questions/21820715/how-to-install-latest-version-of-git-on-centos-6-x-7-x
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
yum update git
reference: http://stackoverflow.com/questions/21820715/how-to-install-latest-version-of-git-on-centos-6-x-7-x
yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
yum update git
@noname2001
noname2001 / gist:1bc5e27770f4082024a3ef1b432f004a
Created September 19, 2016 03:54
Install vim / vimx 7.4 version on centos 6
reference: https://www.linuxsysadmintutorials.com/build-and-install-vim-74-on-centos-6-using-rpm.html
rpm -Uvh http://vault.centos.org/7.0.1406/os/Source/SPackages/vim-7.4.160-1.el7.src.rpm
cd ~/rpmbuild/SPECS
wget -O - https://gist.githubusercontent.com/rene00/897bc360210c2901d6d5/raw/ee34fb3880a8edb38930936aeca2a1ead7f02ef4/vim.spec-centos6-7.4.160-1.patch | patch -p0 vim.spec
sudo yum install -y ncurses-devel 'perl(ExtUtils::Embed)' libacl-devel autoconf gpm-devel ruby-devel ruby gtk2-devel gtk2-devel libSM-devel libXt-devel libXpm-devel python-devel desktop-file-utils