summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-11-01 12:50:33 -0500
committerKjetil Orbekk <kj@orbekk.com>2020-11-01 12:50:33 -0500
commit16abf0a670c22da3aea52a960cdde89573c1e88f (patch)
tree9b3af106a11239ee6280773f0dc63278514f9889 /setup.sh
parent068517acc5c5682c495cc3eef8291c3e20521f61 (diff)
Set up rofi
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