cleanup: user-scripts folder.

This commit is contained in:
NunoSempere 2022-12-13 14:09:33 +00:00
parent c88b56d6c7
commit 0d9b05b7ec
9 changed files with 24 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 KiB

View File

@ -1,17 +0,0 @@
sudo apt install libwebkit2gtk-4.0-dev
sudo apt install clang
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
git clone https://github.com/jun7/wyebadblock
cd wyebadblock
make
sudo make install
user="loki"
cp config.def.h config.h
sed "s/fenze/$user/g" config.h
./install.sh
chmod +x ./ubuntu-stuff/rose.desktop
cp ./ubuntu-stuff/rose.desktop /usr/share/applications

View File

@ -0,0 +1,23 @@
# Dependencies
sudo apt install libwebkit2gtk-4.0-dev
sudo apt install clang
# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
# Adblock
git clone https://github.com/jun7/wyebadblock
cd wyebadblock
make
sudo make install
cd ..
# Rose config
user=$(whoami)
mkdir -p /home/$user/.cache/rose
cp ../../config.def.h ../../config.h # you should also probably customize this yourself.
sed "s/fenze/$user/g" ../../config.h
sudo bash ../../install.sh
# Ubuntu desktop icon
chmod +x rose.desktop
sudo cp rose.desktop /usr/share/applications

View File

Before

Width:  |  Height:  |  Size: 625 KiB

After

Width:  |  Height:  |  Size: 625 KiB

View File

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 474 KiB

View File

Before

Width:  |  Height:  |  Size: 739 KiB

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

View File

@ -6,4 +6,4 @@ Terminal=false
Exec= /usr/bin/rose
Name=Rose
Comment=Minimalistic browser
Icon=/home/loki/Documents/core/software/fresh/linux/rose/rose-personal/ubuntu-stuff/rose-desktop-icon.png
Icon=/home/loki/Documents/core/software/fresh/linux/rose/rose-bud/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png