Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

dachia/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

I have this repository to hold all my command line productivity tool configurations and bootstrapping guides.

Pool:

  • tmux
  • vim

Installation

Vim

sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev \
libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \
libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev \
python3-dev ruby-dev lua5.1 liblua5.1-dev libperl-dev git \
checkinstall build-essential cmake

git clone [email protected]:vim/vim.git

cd vim
make clean dist
./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes --enable-python3interp=yes --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --prefix=/usr/local --enable-fail-if-missing --enable-terminal --enable-gui --with-x
sudo checkinstall

Copy config

cp .vimrc ~/

Install Vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Vim plugin install

:PluginInstall

Build youCompleteMe

cd ~/vim/bundle/YouCompleteMe
./install.py --js-completer
cp .tern-config ~/

Tmux plugins

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

About

vimrc config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published