1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-28 14:11:42 +00:00
Go to file
2020-04-13 15:35:15 +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 Add polybar 2018-09-12 19:01:24 +02:00
dunst/.config/dunst Updates in i3, added dunst 2015-09-19 18:32:17 +02:00
emacs Update emacs use-package for newer versions 2020-04-13 15:35:15 +02:00
git Added Git LFS 2017-01-14 00:13:09 +01:00
i3 Default to tabbed in i3 2018-12-08 02:48:04 +01:00
lightdm/etc/lightdm New config 2015-09-18 02:14:17 +02:00
not_dots Several changes 2017-12-07 17:11:32 +01:00
ranger/.config/ranger Multiple changes 2018-09-12 19:04:59 +02:00
screenlayouts/.screenlayout Add polybar 2018-09-12 19:01:24 +02:00
scripts/.bin Vscode update + gitback 2018-12-08 02:48:04 +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 Multiple changes 2018-09-12 19:04:59 +02:00
tmux Several changes 2018-04-20 11:42:22 +02:00
urxvt/.terminfo/r Termite and URXVT terminfo 2016-01-07 12:43:21 +01:00
vim Several changes 2017-12-07 17:11:32 +01:00
vimperator Several changes 2017-02-13 16:51:53 +01:00
vscode/.config/Code - OSS/User Vscode update + gitback 2018-12-08 02:48:04 +01:00
Xsession Several changes 2018-04-20 11:42:22 +02:00
zsh Multiple changes 2018-09-12 19:04:59 +02:00
.dockerignore New config 2015-09-18 02:14:17 +02:00
.gitignore Makefile! 2017-03-24 18:11:40 +01:00
.gitmodules Simplified monitor setup and locking 2017-12-05 20:27:19 +01:00
Dockerfile Makefile! 2017-03-24 18:11:40 +01:00
Makefile Makefile! 2017-03-24 18:11:40 +01:00
README.md Makefile! 2017-03-24 18:11:40 +01: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}

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.