dotfiles

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

commit 6b5df5641bbc3546826eaf8924554b4575431196
parent 943ee6bf896a3dd148abeb9273488cb901a43e47
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed, 13 Jan 2021 15:12:17 -0600

site update

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,6 +1,7 @@ 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/.* . +cd ~ && ln -s .config/home/.* . ```