1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 10:11:42 +00:00
Go to file
2015-09-22 16:44:32 +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
dunst/.config/dunst Updates in i3, added dunst 2015-09-19 18:32:17 +02:00
emacs/.emacs.d Added recentf, temp files emacs 2015-09-22 16:44:32 +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 Updates in i3, added dunst 2015-09-19 18:32: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 Updates in i3, added dunst 2015-09-19 18:32: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 Updates in i3, added dunst 2015-09-19 18:32:17 +02:00
zsh Added recentf, temp files emacs 2015-09-22 16:44:32 +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 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.