Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 614 Bytes

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>