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.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez fa7041ff8b added home-manager 3 kuukautta sitten
Xsession setting up xiao 3 vuotta sitten
alacritty/.config/alacritty added home-manager 3 kuukautta sitten
bash Fixed zprezto submodule 9 vuotta sitten
bspwm/.config/bspwm WM updates 8 vuotta sitten
dunst/.config/dunst setting up xiao 3 vuotta sitten
emacs/.emacs.d setting up xiao 3 vuotta sitten
firefox add home-manager 6 kuukautta sitten
fish/.config/fish added home-manager 3 kuukautta sitten
git multiple changes 3 vuotta sitten
homemanager/.config/home-manager added home-manager 3 kuukautta sitten
i3 Add rofi themes and bluetooth menu 3 vuotta sitten
keep/.keep Add keep 5 vuotta sitten
kitty/.config/kitty added home-manager 3 kuukautta sitten
lightdm/etc/lightdm New config 9 vuotta sitten
not_dots Batch of changes 4 vuotta sitten
nvim/.config/nvim Add fzf, nvim and alacritty 4 vuotta sitten
picom update compton -> picom 3 vuotta sitten
ranger/.config/ranger add home-manager 6 kuukautta sitten
screenlayouts/.screenlayout multiple changes 3 vuotta sitten
scripts/.bin script to remove old snap packages 2 vuotta sitten
spacemacs setting up xiao 3 vuotta sitten
stalonetray New config 9 vuotta sitten
starship/.config add home-manager 6 kuukautta sitten
sxhkd/.config/sxhkd New config 9 vuotta sitten
termite Batch of changes 4 vuotta sitten
tmux Batch of changes 4 vuotta sitten
urxvt/.terminfo/r Termite and URXVT terminfo 8 vuotta sitten
vim Add fzf, nvim and alacritty 4 vuotta sitten
vimperator Several changes 7 vuotta sitten
vscode/.config/Code - OSS/User Batch of changes 4 vuotta sitten
wezterm added home-manager 3 kuukautta sitten
zsh setting up xiao 3 vuotta sitten
.dockerignore New config 9 vuotta sitten
.gitignore Makefile! 7 vuotta sitten
.gitmodules add default completion zsh zfz 4 vuotta sitten
Dockerfile Makefile! 7 vuotta sitten
Makefile Makefile! 7 vuotta sitten
README.md Makefile! 7 vuotta sitten

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.