This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Stanley Rost", | |
"comment": "hukl, 2011", | |
"name": "Smyck", | |
"settings": [ | |
{ | |
"settings": { | |
"background": "#1B1B1B", | |
"caret": "#FFFA04", | |
"foreground": "#F8F8F8", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |