Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
J. Fernando Sánchez fa7041ff8b added home-manager před 3 měsíci
Xsession setting up xiao před 3 roky
alacritty/.config/alacritty added home-manager před 3 měsíci
bash Fixed zprezto submodule před 9 roky
bspwm/.config/bspwm WM updates před 8 roky
dunst/.config/dunst setting up xiao před 3 roky
emacs/.emacs.d setting up xiao před 3 roky
firefox add home-manager před 6 měsíci
fish/.config/fish added home-manager před 3 měsíci
git multiple changes před 3 roky
homemanager/.config/home-manager added home-manager před 3 měsíci
i3 Add rofi themes and bluetooth menu před 3 roky
keep/.keep Add keep před 5 roky
kitty/.config/kitty added home-manager před 3 měsíci
lightdm/etc/lightdm New config před 9 roky
not_dots Batch of changes před 4 roky
nvim/.config/nvim Add fzf, nvim and alacritty před 4 roky
picom update compton -> picom před 3 roky
ranger/.config/ranger add home-manager před 6 měsíci
screenlayouts/.screenlayout multiple changes před 3 roky
scripts/.bin script to remove old snap packages před 2 roky
spacemacs setting up xiao před 3 roky
stalonetray New config před 9 roky
starship/.config add home-manager před 6 měsíci
sxhkd/.config/sxhkd New config před 9 roky
termite Batch of changes před 4 roky
tmux Batch of changes před 4 roky
urxvt/.terminfo/r Termite and URXVT terminfo před 8 roky
vim Add fzf, nvim and alacritty před 4 roky
vimperator Several changes před 7 roky
vscode/.config/Code - OSS/User Batch of changes před 4 roky
wezterm added home-manager před 3 měsíci
zsh setting up xiao před 3 roky
.dockerignore New config před 9 roky
.gitignore Makefile! před 7 roky
.gitmodules add default completion zsh zfz před 4 roky
Dockerfile Makefile! před 7 roky
Makefile Makefile! před 7 roky
README.md Makefile! před 7 roky

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.