dotfiles

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

commit 9a26833f6843a1dc531f61209b54774af1f53f16
parent 9280328772627511e5ad748c14a5423eb8051526
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed, 13 Jan 2021 15:23:00 -0600

site update

Diffstat:
MREADME.md | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,11 @@ -Run this to make symlinks for things that need to live in home, -e.g. do not follow the XDG standard. +# dotfiles + +The majority of system configuration and helper scripts live here. +The scripts folder would typically live in .local/bin, but it is more convenient to keep all of it here so it's a single git repo. + +Run the next line to make symlinks for things that need to live in home, +e.g. do not follow the XDG standard. ```sh cd ~ && ln -s .config/home/.* .