1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-18 17:51:42 +00:00
Go to file
2013-04-04 18:17:43 +02:00
bin@74f36c4a4d Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
not_dots Tmux on zsh start 2012-12-02 01:56:57 +01:00
oh-my-zsh@9de171c021 Added SSH_AUTH_SOCKET fix 2013-03-26 02:57:43 +01:00
vim Fixed latex+okular in vim 2013-03-07 16:34:59 +01:00
.gitmodules Moved personal-scripts to a bin directory 2013-03-26 05:23:43 +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 Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
gitconfig Added keyboard in xinitrc, and gitconfig 2013-01-13 03:39:33 +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
starttmux Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
tmux.conf Moved personal-scripts to a bin directory 2013-03-26 05:23:43 +01:00
vimrc Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
xinitrc Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
xprofile Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
zshrc Moved personal-scripts to a bin directory 2013-03-26 05:23:43 +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.