1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-12-22 00:38:11 +00:00
Go to file
J. Fernando Sánchez fc8c11d360 New config
2015-09-18 02:14:17 +02:00
bash New config 2015-09-18 02:14:17 +02:00
compton New config 2015-09-18 02:14:17 +02:00
Docker pyenv and others 2015-04-13 10:47:46 +02:00
emacs/.emacs.d New config 2015-09-18 02:14:17 +02:00
emacs.d New config 2015-09-18 02:14:17 +02:00
git New config 2015-09-18 02:14:17 +02:00
i3 New config 2015-09-18 02:14:17 +02:00
lightdm/etc/lightdm New config 2015-09-18 02:14:17 +02:00
not_dots New config 2015-09-18 02:14:17 +02:00
scripts/.bin New config 2015-09-18 02:14:17 +02:00
stalonetray New config 2015-09-18 02:14:17 +02:00
sxhkd/.config/sxhkd New config 2015-09-18 02:14:17 +02:00
terminfo/r Oups. It should go in a folder. 2013-07-16 23:47:11 +02:00
tmux New config 2015-09-18 02:14:17 +02:00
vim New config 2015-09-18 02:14:17 +02:00
vimperator New config 2015-09-18 02:14:17 +02:00
Xsession New config 2015-09-18 02:14:17 +02:00
zsh New config 2015-09-18 02:14:17 +02:00
.dockerignore New config 2015-09-18 02:14:17 +02:00
.gitignore New config 2015-09-18 02:14:17 +02:00
.gitmodules New config 2015-09-18 02:14:17 +02:00
make.sh Zsh+Docker 2015-04-09 01:30:27 +02:00
README.md Updated README 2013-06-20 18:19:49 +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.