Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez fa7041ff8b added home-manager il y a 3 mois
Xsession setting up xiao il y a 3 ans
alacritty/.config/alacritty added home-manager il y a 3 mois
bash Fixed zprezto submodule il y a 9 ans
bspwm/.config/bspwm WM updates il y a 8 ans
dunst/.config/dunst setting up xiao il y a 3 ans
emacs/.emacs.d setting up xiao il y a 3 ans
firefox add home-manager il y a 6 mois
fish/.config/fish added home-manager il y a 3 mois
git multiple changes il y a 3 ans
homemanager/.config/home-manager added home-manager il y a 3 mois
i3 Add rofi themes and bluetooth menu il y a 3 ans
keep/.keep Add keep il y a 5 ans
kitty/.config/kitty added home-manager il y a 3 mois
lightdm/etc/lightdm New config il y a 9 ans
not_dots Batch of changes il y a 4 ans
nvim/.config/nvim Add fzf, nvim and alacritty il y a 4 ans
picom update compton -> picom il y a 3 ans
ranger/.config/ranger add home-manager il y a 6 mois
screenlayouts/.screenlayout multiple changes il y a 3 ans
scripts/.bin script to remove old snap packages il y a 2 ans
spacemacs setting up xiao il y a 3 ans
stalonetray New config il y a 9 ans
starship/.config add home-manager il y a 6 mois
sxhkd/.config/sxhkd New config il y a 9 ans
termite Batch of changes il y a 4 ans
tmux Batch of changes il y a 4 ans
urxvt/.terminfo/r Termite and URXVT terminfo il y a 8 ans
vim Add fzf, nvim and alacritty il y a 4 ans
vimperator Several changes il y a 7 ans
vscode/.config/Code - OSS/User Batch of changes il y a 4 ans
wezterm added home-manager il y a 3 mois
zsh setting up xiao il y a 3 ans
.dockerignore New config il y a 9 ans
.gitignore Makefile! il y a 7 ans
.gitmodules add default completion zsh zfz il y a 4 ans
Dockerfile Makefile! il y a 7 ans
Makefile Makefile! il y a 7 ans
README.md Makefile! il y a 7 ans

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.