From 7b87d51a199baa3223803f25b367e76789e131aa Mon Sep 17 00:00:00 2001 From: utensil Date: Mon, 28 Oct 2024 14:31:05 +0800 Subject: [PATCH] Give Warp another shot --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justfile b/justfile index e7a1d12..7976443 100644 --- a/justfile +++ b/justfile @@ -103,6 +103,14 @@ prep-kitty: cp -f kitty.conf ~/.config/kitty/kitty.conf cp -f kitty_session.conf ~/.config/kitty/kitty_session.conf +[macos] +prep-warp: + #!/usr/bin/env bash + if [ ! -d "/Applications/Warp.app" ]; then + brew install --cask warp + echo "CMD+, then search for terminal, specify External: Osx Exec to Warp.app" + fi + stylua: stylua *.lua