1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 10:11:42 +00:00
Go to file
2015-03-20 21:21:18 +01:00
bin Slightly improved emacs 2015-03-10 17:47:18 +01:00
emacs.d More gitignore for python. PyDoc in Emacs 2015-03-20 21:21:18 +01:00
i3 Functions i3 lock/suspend/hibernate 2015-03-10 17:47:18 +01:00
not_dots Securing gitconfig, adding nm fix 2015-03-15 23:29:01 +01:00
oh-my-zsh@5663d3a1fe Updated oh-my-zsh and moved to firefox 2014-03-09 00:24:13 +01:00
terminfo/r Oups. It should go in a folder. 2013-07-16 23:47:11 +02:00
vim Working better with latex and screens/monitors 2015-03-10 17:47:18 +01: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 Long time no see 2015-03-10 17:47:18 +01:00
gitconfig Securing gitconfig, adding nm fix 2015-03-15 23:29:01 +01:00
gitignore_global More gitignore for python. PyDoc in Emacs 2015-03-20 21:21:18 +01:00
make.sh Fixed ls only listing one file 2012-12-16 03:09:08 +04:00
noserc More gitignore for python. PyDoc in Emacs 2015-03-20 21:21:18 +01:00
profile Long time no see 2015-03-10 17:47:18 +01:00
pythonrc.py Long time no see 2015-03-10 17:47:18 +01:00
README.md Updated README 2013-06-20 18:19:49 +02:00
starttmux Several improvements. 2013-07-12 19:19:52 +02:00
tmux.conf Using emacs :) 2015-03-10 17:47:18 +01:00
vimperatorrc Using emacs :) 2015-03-10 17:47:18 +01:00
vimrc Working better with latex and screens/monitors 2015-03-10 17:47:18 +01:00
xinitrc Long time no see 2015-03-10 17:47:18 +01:00
xprofile Several fixes found when installing in Sputnik 2013-04-04 18:17:43 +02:00
Xresources Working better with latex and screens/monitors 2015-03-10 17:47:18 +01: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 Slightly improved emacs 2015-03-10 17:47:18 +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:

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.