No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
J. Fernando Sánchez fa7041ff8b added home-manager hace 3 meses
Xsession setting up xiao hace 3 años
alacritty/.config/alacritty added home-manager hace 3 meses
bash Fixed zprezto submodule hace 9 años
bspwm/.config/bspwm WM updates hace 8 años
dunst/.config/dunst setting up xiao hace 3 años
emacs/.emacs.d setting up xiao hace 3 años
firefox add home-manager hace 6 meses
fish/.config/fish added home-manager hace 3 meses
git multiple changes hace 3 años
homemanager/.config/home-manager added home-manager hace 3 meses
i3 Add rofi themes and bluetooth menu hace 3 años
keep/.keep Add keep hace 5 años
kitty/.config/kitty added home-manager hace 3 meses
lightdm/etc/lightdm New config hace 9 años
not_dots Batch of changes hace 4 años
nvim/.config/nvim Add fzf, nvim and alacritty hace 4 años
picom update compton -> picom hace 3 años
ranger/.config/ranger add home-manager hace 6 meses
screenlayouts/.screenlayout multiple changes hace 3 años
scripts/.bin script to remove old snap packages hace 2 años
spacemacs setting up xiao hace 3 años
stalonetray New config hace 9 años
starship/.config add home-manager hace 6 meses
sxhkd/.config/sxhkd New config hace 9 años
termite Batch of changes hace 4 años
tmux Batch of changes hace 4 años
urxvt/.terminfo/r Termite and URXVT terminfo hace 8 años
vim Add fzf, nvim and alacritty hace 4 años
vimperator Several changes hace 7 años
vscode/.config/Code - OSS/User Batch of changes hace 4 años
wezterm added home-manager hace 3 meses
zsh setting up xiao hace 3 años
.dockerignore New config hace 9 años
.gitignore Makefile! hace 7 años
.gitmodules add default completion zsh zfz hace 4 años
Dockerfile Makefile! hace 7 años
Makefile Makefile! hace 7 años
README.md Makefile! hace 7 años

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.