aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile20
1 files changed, 19 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2311748..884b189 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -170,7 +170,18 @@ surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts
## Diamond Interactive MacOS
-diamond-interactive: ssh-keygen brew-install wezterm-install glide-install git-install zsh-install _mbsetupuser-install change-macos-defaults hammerspoon-install
+diamond-interactive: \
+ atuin-install \
+ ssh-keygen \
+ brew-install \
+ wezterm-install \
+ glide-install \
+ git-install \
+ zsh-install \
+ _mbsetupuser-install \
+ change-macos-defaults \
+ hammerspoon-install \
+ vivid-install
ssh-keygen: $(HOME)/.ssh/id_ed25519.pub
@@ -225,6 +236,13 @@ change-macos-defaults:
defaults write com.apple.dock "autohide" -bool "true"
killall Dock
+### Vivid
+
+vivid/.config/zsh/conf.d/vivid.sh: vivid/init.org
+ $(call tangle,sh)
+
+before-vivid-install: vivid/.config/zsh/conf.d/vivid.sh
+
# Local Variables:
# outline-regexp: "##+"
# End: