Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez fa7041ff8b added home-manager 3 miesięcy temu
Xsession setting up xiao 3 lat temu
alacritty/.config/alacritty added home-manager 3 miesięcy temu
bash Fixed zprezto submodule 9 lat temu
bspwm/.config/bspwm WM updates 8 lat temu
dunst/.config/dunst setting up xiao 3 lat temu
emacs/.emacs.d setting up xiao 3 lat temu
firefox add home-manager 6 miesięcy temu
fish/.config/fish added home-manager 3 miesięcy temu
git multiple changes 3 lat temu
homemanager/.config/home-manager added home-manager 3 miesięcy temu
i3 Add rofi themes and bluetooth menu 3 lat temu
keep/.keep Add keep 5 lat temu
kitty/.config/kitty added home-manager 3 miesięcy temu
lightdm/etc/lightdm New config 9 lat temu
not_dots Batch of changes 4 lat temu
nvim/.config/nvim Add fzf, nvim and alacritty 4 lat temu
picom update compton -> picom 3 lat temu
ranger/.config/ranger add home-manager 6 miesięcy temu
screenlayouts/.screenlayout multiple changes 3 lat temu
scripts/.bin script to remove old snap packages 2 lat temu
spacemacs setting up xiao 3 lat temu
stalonetray New config 9 lat temu
starship/.config add home-manager 6 miesięcy temu
sxhkd/.config/sxhkd New config 9 lat temu
termite Batch of changes 4 lat temu
tmux Batch of changes 4 lat temu
urxvt/.terminfo/r Termite and URXVT terminfo 8 lat temu
vim Add fzf, nvim and alacritty 4 lat temu
vimperator Several changes 7 lat temu
vscode/.config/Code - OSS/User Batch of changes 4 lat temu
wezterm added home-manager 3 miesięcy temu
zsh setting up xiao 3 lat temu
.dockerignore New config 9 lat temu
.gitignore Makefile! 7 lat temu
.gitmodules add default completion zsh zfz 4 lat temu
Dockerfile Makefile! 7 lat temu
Makefile Makefile! 7 lat temu
README.md Makefile! 7 lat temu

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.