From b3bd72b79645285211f5b51fbb29b6c9507ccf08 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 13 Aug 2025 12:10:05 -0400 Subject: [PATCH] save --- brew.sh | 1 + install | 1 + plug.sh | 1 + 3 files changed, 3 insertions(+) create mode 100644 brew.sh create mode 100644 plug.sh diff --git a/brew.sh b/brew.sh new file mode 100644 index 0000000..4d96b5b --- /dev/null +++ b/brew.sh @@ -0,0 +1 @@ +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" diff --git a/install b/install index 7a261ae..d891638 100644 --- a/install +++ b/install @@ -1,4 +1,5 @@ stow +curl zsh starship tmux diff --git a/plug.sh b/plug.sh new file mode 100644 index 0000000..db0d254 --- /dev/null +++ b/plug.sh @@ -0,0 +1 @@ +zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1