mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
83b2a678c4
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. |
||
---|---|---|
not_dots | ||
oh-my-zsh@f7df3ba9e6 | ||
vim | ||
.gitmodules | ||
bash_logout | ||
bash_profile | ||
bashrc | ||
make.sh | ||
profile | ||
pythonrc.py | ||
README.md | ||
tmux.conf | ||
vimrc | ||
zshrc |
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.