|
|
|
@ -136,7 +136,6 @@ Each environment has slightly different setups, which will be tangled to differe |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
*** emacs helpers |
|
|
|
*** emacs helpers |
|
|
|
#+begin_src sh :tangle ".zshrc" |
|
|
|
#+begin_src sh :tangle ".zshrc" |
|
|
|
|
|
|
|
|
|
|
|
SOLARIZED="true" |
|
|
|
SOLARIZED="true" |
|
|
|
|
|
|
|
|
|
|
|
# Emacs stuff |
|
|
|
# Emacs stuff |
|
|
|
@ -285,6 +284,11 @@ Each environment has slightly different setups, which will be tangled to differe |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
*** git helpers |
|
|
|
*** git helpers |
|
|
|
#+begin_src sh :tangle ".zshrc" |
|
|
|
#+begin_src sh :tangle ".zshrc" |
|
|
|
|
|
|
|
git-create-pi-remote () { |
|
|
|
|
|
|
|
REPO_NAME=$(basename "`pwd`") |
|
|
|
|
|
|
|
source ~/scripts/git-init-pi4.sh "$REPO_NAME.git" |
|
|
|
|
|
|
|
git remote add π "git@pi4spoon.local:repos/$REPO_NAME.git" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
git-create-thinkspoon-remote () { |
|
|
|
git-create-thinkspoon-remote () { |
|
|
|
REPO_NAME=$(basename "`pwd`") |
|
|
|
REPO_NAME=$(basename "`pwd`") |
|
|
|
|