Adds dropdown terminal

This commit is contained in:
Michel Fedde 2025-03-04 21:56:55 +01:00
parent fb6d33bfab
commit 7c9a370e14
5 changed files with 21 additions and 18 deletions

View file

@ -0,0 +1,11 @@
#!/bin/env sh
PREV_DIRECTORY=$PWD
git clone https://github.com/kjlo/hyprdrop ~/.cache/hyprdrop
cd ~/.cache/hyprdrop
cargo install --path .
cd $PREV_DIRECTORY
rm -rf ~/.cache/hyprdrop