1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 11:42:28 +00:00
Go to file
J.Fernando Sánchez 83b2a678c4 Fixed annoying Vundle untracked changes
It should be fixed in Vundle itself. It now sets the default path to
bundle/vundle somehow, so the spell files are saved there. By allowing a
dirty submodule it won't bother me when committing my dotfiles, but I
will be losing my spell custom dicts :(

A better fix would be to set the spellfile manually in my vimrc.
2012-12-30 20:42:10 +01:00
not_dots Tmux on zsh start 2012-12-02 01:56:57 +01:00
oh-my-zsh@f7df3ba9e6 Updated oh-my-zsh 2012-12-30 19:57:01 +01:00
vim Added vim plugins to gitignore 2012-12-30 20:40:02 +01:00
.gitmodules Fixed annoying Vundle untracked changes 2012-12-30 20:42:10 +01:00
bash_logout First commit 2012-12-01 05:11:06 +01:00
bash_profile First commit 2012-12-01 05:11:06 +01:00
bashrc First commit 2012-12-01 05:11:06 +01:00
make.sh Fixed ls only listing one file 2012-12-16 03:09:08 +04:00
profile First commit 2012-12-01 05:11:06 +01:00
pythonrc.py Added niceties to the default python shell 2012-12-30 19:55:14 +01:00
README.md Fixed typo 2012-12-01 05:16:35 +01:00
tmux.conf Tmux on zsh start 2012-12-02 01:56:57 +01:00
vimrc Added Gists support 2012-12-16 17:15:47 +01:00
zshrc Added niceties to the default python shell 2012-12-30 19:55:14 +01:00

Balkian's dotfiles

Usage

Download

The Git Way:

git clone https://github.com/balkian/dotfiles.git

The fast way:

curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}

Install

Just run:

source .make.sh

How it works

So far, this is the simplest way of keeping your dotfiles in a repository. The installation script will just back-up your files in a folder in your ~/ with the timestamp, so running it twice won't destroy your original files.