Skip to content

Repository files navigation

My dotfiles

Managed with GNU Stow.

Dependencies

  • git
  • stow

Basic usage

Create symlinks using package name

stow <package>

or

stow -R <package>

to re-stow

Restore dotfiles on remote system

  1. Clone the repo to local ~/dotfiles folder.
git clone --recursive https://github.com/rrunner/dotfiles ~/dotfiles
  1. Restore symlinks
cd ~/dotfiles
stow <each individual package>

or all of them

cd ~/dotfiles
for i in "$(ls -d */)"; do
    stow "$i"
done

About

My dotfiles

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages