diff options
| author | 2026-07-16 12:30:02 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 3c861bfe9e848b6c2249c3430bef9fde80cc615c (patch) | |
| tree | 609968e8595a48c0fa48595ff23e88a859d1ef57 /GNUmakefile | |
| parent | 962b66d736163a0a2140342ea196ea7893776bae (diff) | |
| download | new-dotfiles-3c861bfe9e848b6c2249c3430bef9fde80cc615c.tar.gz new-dotfiles-3c861bfe9e848b6c2249c3430bef9fde80cc615c.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: |
