summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 61e0689..8a6bda5 100755
--- a/setup.sh
+++ b/setup.sh
@@ -48,6 +48,9 @@ tools=(
git
zoxide
rofi
+ # for emacs everywhere
+ xorg.xwininfo
+ xorg.xclip
)
for tool in "${tools[@]}"; do
if ! type "$tool" &>/dev/null; then