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 8638b39..9b0f1d8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -42,6 +42,7 @@ tools=(
emacs
git
zoxide
+ rofi
)
for tool in "${tools[@]}"; do
if ! type "$tool" &>/dev/null; then