diff --git a/.zshenv b/.zshenv index d083de0..5f8043f 100644 --- a/.zshenv +++ b/.zshenv @@ -6,7 +6,7 @@ export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/u alias oe='open /Applications/Emacs.app' -alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git/ --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias -g N="2>&1 " alias pig='ping' # export PATH=$HOME/.rd/bin diff --git a/README.org b/README.org index 2fef007..0229df6 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,12 @@ * How to set up this configuration -** basic setup +** Automated setup + +#+begin_src sh + sh -c "$(curl -fsSL https://git.meinlschmidt.org/jetpac/dotfiles/raw/branch/main/bootstrap.sh)" +#+end_src + +** manual setup #+begin_src sh # for linux; ignore on other systems