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 a134c2210f Updated README
2013-06-20 18:19:49 +02:00
bin Removed personal-scripts submodule 2013-06-20 17:54:47 +02:00
i3 Better support for i3 2013-06-20 17:13:39 +02:00
not_dots Added rules to default to plugable's audio card 2013-04-05 13:11:38 +02:00
oh-my-zsh@e85128f2b8 Added i3 2013-06-17 10:33:28 +02:00
vim Added i3 2013-06-17 10:33:28 +02:00
.gitignore Added i3 2013-06-17 10:33:28 +02:00
.gitmodules Removed personal-scripts submodule 2013-06-20 17:54:47 +02: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 Updated README 2013-06-20 18:19:49 +02:00
make.sh Fixed ls only listing one file 2012-12-16 03:09:08 +04:00
profile Tweaks to i3 and zsh 2013-06-17 15:08:20 +02:00
pythonrc.py Added niceties to the default python shell 2012-12-30 19:55:14 +01:00
README.md Updated README 2013-06-20 18:19:49 +02: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 Better support for i3 2013-06-20 17:13:39 +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
Xresources Tweaks to i3 and zsh 2013-06-17 15:08:20 +02:00
Xresources_old Added i3 2013-06-17 10:33:28 +02:00
Xresources_solarized Added i3 2013-06-17 10:33:28 +02:00
zshrc Tweaks to i3 and zsh 2013-06-17 15:08:20 +02: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:

git submodule update --init --recursive
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.