Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
J. Fernando Sánchez fa7041ff8b added home-manager 3 месяцев назад
Xsession setting up xiao 3 лет назад
alacritty/.config/alacritty added home-manager 3 месяцев назад
bash Fixed zprezto submodule 9 лет назад
bspwm/.config/bspwm WM updates 8 лет назад
dunst/.config/dunst setting up xiao 3 лет назад
emacs/.emacs.d setting up xiao 3 лет назад
firefox add home-manager 6 месяцев назад
fish/.config/fish added home-manager 3 месяцев назад
git multiple changes 3 лет назад
homemanager/.config/home-manager added home-manager 3 месяцев назад
i3 Add rofi themes and bluetooth menu 3 лет назад
keep/.keep Add keep 5 лет назад
kitty/.config/kitty added home-manager 3 месяцев назад
lightdm/etc/lightdm New config 9 лет назад
not_dots Batch of changes 4 лет назад
nvim/.config/nvim Add fzf, nvim and alacritty 4 лет назад
picom update compton -> picom 3 лет назад
ranger/.config/ranger add home-manager 6 месяцев назад
screenlayouts/.screenlayout multiple changes 3 лет назад
scripts/.bin script to remove old snap packages 2 лет назад
spacemacs setting up xiao 3 лет назад
stalonetray New config 9 лет назад
starship/.config add home-manager 6 месяцев назад
sxhkd/.config/sxhkd New config 9 лет назад
termite Batch of changes 4 лет назад
tmux Batch of changes 4 лет назад
urxvt/.terminfo/r Termite and URXVT terminfo 8 лет назад
vim Add fzf, nvim and alacritty 4 лет назад
vimperator Several changes 7 лет назад
vscode/.config/Code - OSS/User Batch of changes 4 лет назад
wezterm added home-manager 3 месяцев назад
zsh setting up xiao 3 лет назад
.dockerignore New config 9 лет назад
.gitignore Makefile! 7 лет назад
.gitmodules add default completion zsh zfz 4 лет назад
Dockerfile Makefile! 7 лет назад
Makefile Makefile! 7 лет назад
README.md Makefile! 7 лет назад

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.