25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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.