Skip to content

FotiadisM/dotfiles

Repository files navigation

Dotfiles

dotfiles logo

My dotfiles
Feel free to use anything you want.
I highly recommend using GNU Stow for managing your dotfiles. Using a git bare repository gets very messy.

Installation

git clone https://github.com/FotiadisM/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# using stow
stow <app config>

You can specify a different location with stow -d <stow dir> -t $HOME

Uninstall

stow -D <app config>