summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-22 11:47:42 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-22 11:47:42 -0400
commit4276ddd26a6841809199fd915cda0b0089173451 (patch)
tree786ea3897253464a200fc0bce2d7387c1ba18db9 /setup.sh
parent68908463d7676c35540fcea20ae70d177f49b053 (diff)
add zoxide
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