Skip to content

popshia/dotfiles

Repository files navigation

My dotfiles

screen-shot

Installing

You will need git and GNU stow Clone into your $HOME directory or ~

git clone https://github.com/popshia/dotfiles ~

Run stow to symlink everything or just select what you want

stow --target=${HOME} */ # Everything (the '/' ignores the README)

or

stow --target=${HOME} fish # Just my fish config

Stuffs I've been using