Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
J. Fernando Sánchez fa7041ff8b added home-manager 2 місяці тому
Xsession setting up xiao 3 роки тому
alacritty/.config/alacritty added home-manager 2 місяці тому
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 5 місяці тому
fish/.config/fish added home-manager 2 місяці тому
git multiple changes 3 роки тому
homemanager/.config/home-manager added home-manager 2 місяці тому
i3 Add rofi themes and bluetooth menu 3 роки тому
keep/.keep Add keep 5 роки тому
kitty/.config/kitty added home-manager 2 місяці тому
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 5 місяці тому
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 5 місяці тому
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 2 місяці тому
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.