dotfiles

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

commit 3882d5fd472ec005d1397f16c8132dfa2581b567
parent 9a26833f6843a1dc531f61209b54774af1f53f16
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed, 13 Jan 2021 15:24:40 -0600

site update

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

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ 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. +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. The `.profile` file sources the scripts folder. Run the next line to make symlinks for things that need to live in home, e.g. do not follow the XDG standard. @@ -10,3 +10,4 @@ e.g. do not follow the XDG standard. ```sh cd ~ && ln -s .config/home/.* . ``` +