diff options
| author | 2026-07-16 12:30:02 -0700 | |
|---|---|---|
| committer | 2026-07-16 12:37:23 -0700 | |
| commit | db03d2c4d36725a9e39ba4be225296196ef59f64 (patch) | |
| tree | 1a13caba53b529c0a15fab64f513b279db06e6d8 /GNUmakefile | |
| parent | cf569704bd136f906dc298e2109905a4dc8a3d59 (diff) | |
| download | new-dotfiles-db03d2c4d36725a9e39ba4be225296196ef59f64.tar.gz new-dotfiles-db03d2c4d36725a9e39ba4be225296196ef59f64.zip | |
Add vivid and atuin configurations
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 20 |
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: |
