選択できるのは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.