dotfiles

beau's configuration files
git clone https://git.beauhilton.com/dotfiles.git
Log | Files | Refs | README

commit eaaa8bdc0772a70925957269969a75a4b1f35d3f
parent c3c776b8a5e9cb2c137524b68a79c0f6159038e1
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed, 13 Jan 2021 14:55:26 -0600

site update

Diffstat:
AREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,6 @@ +Run this to make symlinks for things that need to live in home, +e.g. do not follow the XDG standard. + +```sh +ln -s .config/home/.* . +```