Skip to content

slitsche/dotfiles

Repository files navigation

Installation:

    git clone git://github.com/sli67/dotfiles.git ~/dotfiles

Create symlinks and configure git:

    ln -s ~/dotfiles/vimrc ~/.vimrc
    ln -s ~/dotfiles/vim ~/.vim
    ln -s ~/dotfiles/gvimrc ~/.gvimrc
    ln -s ~/dotfiles/gpg.conf ~/.gnupg/gpg.conf
    git config --global core.excludesFile ~/dotfiles/gitignore_globa

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim
    git submodule init
    git submodule update

Add a new vim plugin

    cd vim
    git submodule add [email protected]:kien/rainbow_parentheses.vim.git bundle/rainbow_parentheses.vim

Ubuntu 14.04 we need

    sudo apt-get install vim-nox
    sudo apt-get install ruby1.9.1-dev

in order to get command-t installed

About

Dotfiles vim and bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published