Adds dropdown terminal
This commit is contained in:
parent
fb6d33bfab
commit
7c9a370e14
5 changed files with 21 additions and 18 deletions
11
.config/yadm/bootstrap.d/30-Hyprdrop.sh
Executable file
11
.config/yadm/bootstrap.d/30-Hyprdrop.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue