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

10 lines
350 B
Bash
Raw Normal View History

2021-12-23 15:11:06 +01:00
# Install flameshot
sudo apt update
sudo apt install flameshot -y
2021-12-23 15:13:02 +01:00
echo -e "\nFlameshot installed!"
2021-12-23 15:11:06 +01:00
# 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/
2021-12-23 15:13:02 +01:00
echo -e "\nFlameshot configured! 🎉"