Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Vai al file
J. Fernando Sánchez fa7041ff8b added home-manager 3 mesi fa
Xsession setting up xiao 3 anni fa
alacritty/.config/alacritty added home-manager 3 mesi fa
bash Fixed zprezto submodule 9 anni fa
bspwm/.config/bspwm WM updates 8 anni fa
dunst/.config/dunst setting up xiao 3 anni fa
emacs/.emacs.d setting up xiao 3 anni fa
firefox add home-manager 6 mesi fa
fish/.config/fish added home-manager 3 mesi fa
git multiple changes 3 anni fa
homemanager/.config/home-manager added home-manager 3 mesi fa
i3 Add rofi themes and bluetooth menu 3 anni fa
keep/.keep Add keep 5 anni fa
kitty/.config/kitty added home-manager 3 mesi fa
lightdm/etc/lightdm New config 9 anni fa
not_dots Batch of changes 4 anni fa
nvim/.config/nvim Add fzf, nvim and alacritty 4 anni fa
picom update compton -> picom 3 anni fa
ranger/.config/ranger add home-manager 6 mesi fa
screenlayouts/.screenlayout multiple changes 3 anni fa
scripts/.bin script to remove old snap packages 2 anni fa
spacemacs setting up xiao 3 anni fa
stalonetray New config 9 anni fa
starship/.config add home-manager 6 mesi fa
sxhkd/.config/sxhkd New config 9 anni fa
termite Batch of changes 4 anni fa
tmux Batch of changes 4 anni fa
urxvt/.terminfo/r Termite and URXVT terminfo 8 anni fa
vim Add fzf, nvim and alacritty 4 anni fa
vimperator Several changes 7 anni fa
vscode/.config/Code - OSS/User Batch of changes 4 anni fa
wezterm added home-manager 3 mesi fa
zsh setting up xiao 3 anni fa
.dockerignore New config 9 anni fa
.gitignore Makefile! 7 anni fa
.gitmodules add default completion zsh zfz 4 anni fa
Dockerfile Makefile! 7 anni fa
Makefile Makefile! 7 anni fa
README.md Makefile! 7 anni fa

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.