# Freerunner's dotfiles
-Usage:
-`find . -maxdepth 1 -mindepth 1 -not -path '*/.*' -type d -exec basename {} \; | xargs stow -R -t ~`
+Usag$HOME:
+stow -t "$HOME/.config" -S config
+stow -t "$HOME/.local" -S local

--- /dev/null
+#!/bin/bash
+
+stow -t "$HOME/.config" -R config
+stow -t "$HOME/.local" -R local
+
--- /dev/null
+#!/bin/bash
+
+stow -t "$HOME/.config" -S config
+stow -t "$HOME/.local" -S local
+
--- /dev/null
+#!/bin/bash
+
+stow -t "$HOME/.config" -D config
+stow -t "$HOME/.local" -D local
+