dotfiles/de/home/.config/smm2/blueprints/sway-screenshot/install.sh
2024-04-05 12:39:18 -06:00

6 lines
244 B
Bash
Executable file

#!/bin/bash
git clone https://github.com/Gustash/sway-screenshot.git
sed -i 's;/usr/bin/env sh;/usr/bin/env bash;' sway-screenshot/sway-screenshot
mv ./sway-screenshot/sway-screenshot $HOME/.local/bin
chmod +x $HOME/.local/bin/sway-screenshot