You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez 6f07d96ea0 Several changes
* Added ranger
* Update vim airline
* Added udiskie and
* Updated i3 status
* Updated zsh paths to load even when not in a login session
6 years ago
Xsession Lots of changes 7 years ago
bash Fixed zprezto submodule 9 years ago
bspwm/.config/bspwm WM updates 8 years ago
compton Lots of changes 7 years ago
dunst/.config/dunst Updates in i3, added dunst 9 years ago
emacs Latex in spacemacs 6 years ago
git Added Git LFS 7 years ago
i3 Several changes 6 years ago
lightdm/etc/lightdm New config 9 years ago
not_dots Several changes 6 years ago
ranger/.config/ranger Several changes 6 years ago
screenlayouts/.screenlayout Simplified monitor setup and locking 6 years ago
scripts/.bin Several changes 6 years ago
stalonetray New config 9 years ago
sxhkd/.config/sxhkd New config 9 years ago
termite Lots of changes 7 years ago
tmux Update tmux, add pavucontrol 6 years ago
urxvt/.terminfo/r Termite and URXVT terminfo 8 years ago
vim Several changes 6 years ago
vimperator Several changes 7 years ago
zsh Several changes 6 years ago
.dockerignore New config 9 years ago
.gitignore Makefile! 7 years ago
.gitmodules Simplified monitor setup and locking 6 years ago
Dockerfile Makefile! 7 years ago
Makefile Makefile! 7 years ago
README.md Makefile! 7 years ago

README.md

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}

Quick install

make

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.