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 91a33cdeb5 Added Git LFS 7 years ago
Docker pyenv and others 9 years ago
Xsession tmux doesn't like mouse-utf8 anymore 8 years ago
bash Fixed zprezto submodule 9 years ago
bspwm/.config/bspwm WM updates 8 years ago
compton WM updates 8 years ago
dunst/.config/dunst Updates in i3, added dunst 9 years ago
emacs/.emacs.d Updated emacs' custom file 8 years ago
git Added Git LFS 7 years ago
i3 Menu to change (dis)connect to networks 7 years ago
lightdm/etc/lightdm New config 9 years ago
not_dots Synaptics buttons 8 years ago
scripts/.bin Menu to change (dis)connect to networks 7 years ago
stalonetray New config 9 years ago
sxhkd/.config/sxhkd New config 9 years ago
termite WM updates 8 years ago
tmux tmux doesn't like mouse-utf8 anymore 8 years ago
urxvt/.terminfo/r Termite and URXVT terminfo 8 years ago
vim Minor updates 9 years ago
vimperator Don't use vimperator in the gsi domain 8 years ago
zsh Added 256 color code for hostname PS1 7 years ago
.dockerignore New config 9 years ago
.gitignore New config 9 years ago
.gitmodules Fixed zprezto submodule 9 years ago
README.md Modified README to include the stow system 9 years ago
make.sh Zsh+Docker 9 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}

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.