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 1c449f436a add home-manager
2023-11-10 16:16:24 +01:00
alacritty/.config/alacritty add home-manager 2023-11-10 16:16:24 +01: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
dunst/.config/dunst setting up xiao 2021-09-15 15:49:01 +02:00
emacs/.emacs.d setting up xiao 2021-09-15 15:49:01 +02:00
firefox add home-manager 2023-11-10 16:16:24 +01:00
fish/.config/fish add home-manager 2023-11-10 16:16:24 +01:00
git multiple changes 2020-12-28 12:54:24 +01:00
homemanager/.config/home-manager add home-manager 2023-11-10 16:16:24 +01:00
i3 Add rofi themes and bluetooth menu 2020-12-28 16:21:25 +01: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
picom update compton -> picom 2020-12-28 12:53:26 +01:00
ranger/.config/ranger add home-manager 2023-11-10 16:16:24 +01:00
screenlayouts/.screenlayout multiple changes 2020-12-28 12:54:24 +01:00
scripts/.bin script to remove old snap packages 2022-09-06 12:59:56 +02:00
spacemacs setting up xiao 2021-09-15 15:49:01 +02:00
stalonetray New config 2015-09-18 02:14:17 +02:00
starship/.config add home-manager 2023-11-10 16:16:24 +01: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 setting up xiao 2021-09-15 15:49:01 +02:00
zsh setting up xiao 2021-09-15 15:49:01 +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 default completion zsh zfz 2020-05-06 18:05:38 +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.