1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 10:11:42 +00:00
Go to file
J. Fernando Sánchez e68ff6e85e Integrated rofi
2016-01-10 12:55:09 +01: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 More emacs 2016-01-07 12:59:23 +01:00
git New config 2015-09-18 02:14:17 +02:00
i3 Integrated rofi 2016-01-10 12:55:09 +01: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 New version of tmux 2015-11-25 03:24:33 +01: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 New config 2015-09-18 02:14:17 +02:00
Xsession New version of tmux 2015-11-25 03:24:33 +01:00
zsh ZSH update for termite 2016-01-07 12:53:33 +01: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.