/dotfiles

Configuration files, mostly for Vim

Primary LanguageVim Script

Dotfiles

Configuration files, mostly for Vim.

Installation

Automatic installation

Run the following command to automatically clone and configure everything:

curl -L https://raw.githubusercontent.com/lyubenblagoev/dotfiles/master/install.sh | bash

Manual installation

Clone the repository in a folder named .dotfiles located in your home directory:

git clone https://github.com/lyubenblagoev/dotfiles.git ~/.dotfiles

Create symlinks for .vimrc, .gitconfig and .vim:

mkdir -p ~/.dotfiles/vim/bundle
ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/vimrc ~/.vimrc
ln -s ~/.dotfiles/gitconfig ~/.gitconfig

Install Vundle:

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

Launch vim and run PluginInstall.