path for config

main
Petr Nyc 1 year ago
parent d3915d64e3
commit a7111acdc2
  1. 2
      .zshenv
  2. 8
      README.org

@ -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

@ -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

Loading…
Cancel
Save