summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 08c170d..8638b39 100755
--- a/setup.sh
+++ b/setup.sh
@@ -41,6 +41,7 @@ tools=(
most
emacs
git
+ zoxide
)
for tool in "${tools[@]}"; do
if ! type "$tool" &>/dev/null; then