browny / dotvim

dotvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The dotvim for vim/bash/tmux/git settings

I use the dotvim repository to sync the vim, bash, tmux and git settings.

The vim plugins are managed by vim-plug

Installation

cd ~
git clone git@github.com:browny/dotvim.git ~/.vim

Create symlinks

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gitsetting/gitconfig ~/.gitconfig
ln -s ~/.vim/gitsetting/gitignore ~/.gitignore
ln -s ~/.vim/tmux.conf ~/.tmux.conf
cat bashrc_append >> ~/.bashrc

Install plugins by vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim
:PlugInstall

Screenshot

Image

About

dotvim


Languages

Language:Vim Script 99.9%Language:CSS 0.1%Language:Smarty 0.0%