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 fa7041ff8b added home-manager 3 months ago
Xsession setting up xiao 3 years ago
alacritty/.config/alacritty added home-manager 3 months ago
bash Fixed zprezto submodule 9 years ago
bspwm/.config/bspwm WM updates 8 years ago
dunst/.config/dunst setting up xiao 3 years ago
emacs/.emacs.d setting up xiao 3 years ago
firefox add home-manager 5 months ago
fish/.config/fish added home-manager 3 months ago
git multiple changes 3 years ago
homemanager/.config/home-manager added home-manager 3 months ago
i3 Add rofi themes and bluetooth menu 3 years ago
keep/.keep Add keep 5 years ago
kitty/.config/kitty added home-manager 3 months ago
lightdm/etc/lightdm New config 9 years ago
not_dots Batch of changes 4 years ago
nvim/.config/nvim Add fzf, nvim and alacritty 4 years ago
picom update compton -> picom 3 years ago
ranger/.config/ranger add home-manager 5 months ago
screenlayouts/.screenlayout multiple changes 3 years ago
scripts/.bin script to remove old snap packages 2 years ago
spacemacs setting up xiao 3 years ago
stalonetray New config 9 years ago
starship/.config add home-manager 5 months ago
sxhkd/.config/sxhkd New config 9 years ago
termite Batch of changes 4 years ago
tmux Batch of changes 4 years ago
urxvt/.terminfo/r Termite and URXVT terminfo 8 years ago
vim Add fzf, nvim and alacritty 4 years ago
vimperator Several changes 7 years ago
vscode/.config/Code - OSS/User Batch of changes 4 years ago
wezterm added home-manager 3 months ago
zsh setting up xiao 3 years ago
.dockerignore New config 9 years ago
.gitignore Makefile! 7 years ago
.gitmodules add default completion zsh zfz 4 years ago
Dockerfile Makefile! 7 years ago
Makefile Makefile! 7 years ago
README.md Makefile! 7 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}

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.