You cannot select more than 25 topics 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 преди 5 месеца
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 преди 5 месеца
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 преди 5 месеца
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.