This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installFlameshot.sh

7 lines
278 B
Bash

# Install flameshot
sudo apt update
sudo apt install flameshot -y
# Apply custom configuration
rm $HOME/.config/flameshot/flameshot.ini 2>/dev/null
wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/flameshot/flameshot.ini -P $HOME/.config/flameshot/