25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Dosyaya git
J. Fernando Sánchez fa7041ff8b added home-manager 3 ay önce
Xsession setting up xiao 3 yıl önce
alacritty/.config/alacritty added home-manager 3 ay önce
bash Fixed zprezto submodule 9 yıl önce
bspwm/.config/bspwm WM updates 8 yıl önce
dunst/.config/dunst setting up xiao 3 yıl önce
emacs/.emacs.d setting up xiao 3 yıl önce
firefox add home-manager 6 ay önce
fish/.config/fish added home-manager 3 ay önce
git multiple changes 3 yıl önce
homemanager/.config/home-manager added home-manager 3 ay önce
i3 Add rofi themes and bluetooth menu 3 yıl önce
keep/.keep Add keep 5 yıl önce
kitty/.config/kitty added home-manager 3 ay önce
lightdm/etc/lightdm New config 9 yıl önce
not_dots Batch of changes 4 yıl önce
nvim/.config/nvim Add fzf, nvim and alacritty 4 yıl önce
picom update compton -> picom 3 yıl önce
ranger/.config/ranger add home-manager 6 ay önce
screenlayouts/.screenlayout multiple changes 3 yıl önce
scripts/.bin script to remove old snap packages 2 yıl önce
spacemacs setting up xiao 3 yıl önce
stalonetray New config 9 yıl önce
starship/.config add home-manager 6 ay önce
sxhkd/.config/sxhkd New config 9 yıl önce
termite Batch of changes 4 yıl önce
tmux Batch of changes 4 yıl önce
urxvt/.terminfo/r Termite and URXVT terminfo 8 yıl önce
vim Add fzf, nvim and alacritty 4 yıl önce
vimperator Several changes 7 yıl önce
vscode/.config/Code - OSS/User Batch of changes 4 yıl önce
wezterm added home-manager 3 ay önce
zsh setting up xiao 3 yıl önce
.dockerignore New config 9 yıl önce
.gitignore Makefile! 7 yıl önce
.gitmodules add default completion zsh zfz 4 yıl önce
Dockerfile Makefile! 7 yıl önce
Makefile Makefile! 7 yıl önce
README.md Makefile! 7 yıl önce

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.