path for config
This commit is contained in:
2
.zshenv
2
.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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user