# - bof - #



# -  - #
# - Documentation - #
https://github.com/srevinsaju/Brave-AppImage



:a
# -  - #
# - Create applications folder - #
mkdir -p ~/.local/share/applications;
mkdir -p ~/.AppImages/Brave;



:b
# -  - #
# - Create Firefox configuration file - #
gedit ~/.local/share/applications/Brave.desktop;



:c
# -  - #
# - Paste text in file - #

[Desktop Entry]
Type=Application
Name=Brave
Comment=Internet browser
Exec=/home/$USER/.AppImages/Brave/Brave-Web-Browser-Debian-x86-64.AppImage
Icon=/home/$USER/.AppImages/Brave/Brave.png
Terminal=false
StartupWMClass=Brave
StartupNotify=false
Categories=Network;



:d
# -  - #
# - Logout & login - #





# - eof - #