danoneata / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles, to easily synchronize the settings across different machines.

Most of the code is copied shamelessly from various sources. Some cleaning is necessary at the moment.

To add a new submodule to the repository:

cd ~/dotfiles
git submodule add http://github.com/name/package.git vim.clean/bundle/package
git add vim.clean/bundle/.
git commit -m "Installed package.vim bundle as a submodule."

To synchronize on a remote machine, do the following:

cd ~/dotfiles
git submodule init
git submodule update

About

My dotfiles


Languages

Language:Vim Script 96.6%Language:Python 1.6%Language:Perl 0.7%Language:C 0.4%Language:Ruby 0.3%Language:C# 0.3%Language:Shell 0.2%Language:C++ 0.0%Language:Prolog 0.0%