1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-20 18:51:43 +00:00
Go to file
2016-10-08 00:56:35 +02:00
bash Fixed zprezto submodule 2015-10-25 01:36:05 +02:00
bspwm/.config/bspwm WM updates 2016-01-07 12:53:04 +01:00
compton WM updates 2016-01-07 12:53:04 +01:00
Docker pyenv and others 2015-04-13 10:47:46 +02:00
dunst/.config/dunst Updates in i3, added dunst 2015-09-19 18:32:17 +02:00
emacs/.emacs.d Updated emacs' config 2016-10-08 00:48:25 +02:00
git New config 2015-09-18 02:14:17 +02:00
i3 Added note taking with emacs to i3 2016-10-08 00:48:47 +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 Integrated rofi 2016-01-10 12:55:09 +01: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
termite WM updates 2016-01-07 12:53:04 +01:00
tmux tmux doesn't like mouse-utf8 anymore 2016-10-08 00:46:55 +02:00
urxvt/.terminfo/r Termite and URXVT terminfo 2016-01-07 12:43:21 +01:00
vim Minor updates 2015-12-09 17:07:44 +01:00
vimperator Don't use vimperator in the gsi domain 2016-10-08 00:49:09 +02:00
Xsession tmux doesn't like mouse-utf8 anymore 2016-10-08 00:46:55 +02:00
zsh Different prompt color per hostname 2016-10-08 00:56:35 +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 Fixed zprezto submodule 2015-10-25 01:36:05 +02:00
make.sh Zsh+Docker 2015-04-09 01:30:27 +02:00
README.md Modified README to include the stow system 2015-09-18 02:22:56 +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

Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~). To install them, first initialize the submodules:

git submodule update --init --recursive

Then, you can use the GNU Stow utility to link the files to the appropriate folder:

stow <modules that you want to install>

Alternatively, you may simply copy the files to your $HOME folder.