tristanbf / rcfiles

"run commands" files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tribf rcfiles

shell

install

git clone --depth 1 https://github.com/tribf/rcfiles.git rcfiles
cd rcfiles
./rcfiles

vim2editor

install

cp vim/vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/tomasr/molokai.git
cp -r molokai/colors/ ~/.vim
aptinstall exuberant-ctags
vim
:BundleInstall

cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
./install.py --clang-completer
:YcmRestartServer
:YcmDebugInfo

About

"run commands" files


Languages

Language:Shell 70.2%Language:Vim Script 26.0%Language:Python 3.9%