1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 05:01:43 +00:00
Go to file
J. Fernando Sánchez bef862a0b1 Add fzf-tab
Auto-completion in zsh using fzf.

https://github.com/Aloxaf/fzf-tab
2020-05-06 16:55:25 +02:00
alacritty/.config/alacritty Add fzf, nvim and alacritty 2020-05-06 16:33:03 +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 Batch of changes 2020-04-15 17:19:21 +02:00
dunst/.config/dunst Updates in i3, added dunst 2015-09-19 18:32:17 +02:00
emacs Merge branch 'master' of github.com:balkian/dotfiles 2020-04-15 17:24:42 +02:00
git Added Git LFS 2017-01-14 00:13:09 +01:00
i3 Batch of changes 2020-04-15 17:19:21 +02:00
keep/.keep Add keep 2019-06-21 11:55:36 +02:00
lightdm/etc/lightdm New config 2015-09-18 02:14:17 +02:00
not_dots Batch of changes 2020-04-15 17:19:21 +02:00
nvim/.config/nvim Add fzf, nvim and alacritty 2020-05-06 16:33:03 +02:00
ranger/.config/ranger Multiple changes 2018-09-12 19:04:59 +02:00
screenlayouts/.screenlayout Batch of changes 2020-04-15 17:19:21 +02:00
scripts/.bin Minor changes 2020-04-15 17:27:00 +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
termite Batch of changes 2020-04-15 17:19:21 +02:00
tmux Batch of changes 2020-04-15 17:19:21 +02:00
urxvt/.terminfo/r Termite and URXVT terminfo 2016-01-07 12:43:21 +01:00
vim Add fzf, nvim and alacritty 2020-05-06 16:33:03 +02:00
vimperator Several changes 2017-02-13 16:51:53 +01:00
vscode/.config/Code - OSS/User Batch of changes 2020-04-15 17:19:21 +02:00
Xsession alacritty terminal as default 2020-05-06 16:35:18 +02:00
zsh Add fzf-tab 2020-05-06 16:55:25 +02:00
.dockerignore New config 2015-09-18 02:14:17 +02:00
.gitignore Makefile! 2017-03-24 18:11:40 +01:00
.gitmodules Add fzf-tab 2020-05-06 16:55:25 +02: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.