summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 8a6bda5..81a667d 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,6 +12,7 @@ touch ~/.zshenv.local
$STOW common
$STOW zsh
$STOW direnv
+$STOW xbindkeys
touch $HOME/.zshrc.local
source $HOME/.zshenv
@@ -49,8 +50,10 @@ tools=(
zoxide
rofi
# for emacs everywhere
- xorg.xwininfo
- xorg.xclip
+ xwininfo
+ xclip
+ xbindkeys
+ xvkbd
)
for tool in "${tools[@]}"; do
if ! type "$tool" &>/dev/null; then