dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 42ff785d0fd045ca9fd105592e1b9a7fe96054b6
parent 6c21d80b28212ba4d1aec188f33022976b3f2dcf
Author: Arne Swanson <nownpl@0111.click>
Date:   Fri, 10 Aug 2018 08:22:47 -0400

aa

Diffstat:
README.md | 2+-
build.mk | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -5,7 +5,7 @@ build using plan9 `mk` (preferably from [9base][0]), uses GNU `stow` if this is the first time installing and you dont have oh-my-zsh - mk -f build.mk first-install install + mk -f build.mk first-install included is `argle.json`, the colourscheme that i use (and created) diff --git a/build.mk b/build.mk @@ -8,6 +8,8 @@ first-install: git clone https://github.com/zdharma/history-search-multi-word ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/history-search-multi-word git clone https://github.com/zdharma/fast-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting + mk -f build.mk install + install: stow -t "$HOME" zsh stow -t "$HOME" git