cleanup: user-scripts folder.
Before Width: | Height: | Size: 492 KiB |
|
@ -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
|
23
user-scripts/ubuntu-20.04/install-with-dependencies.sh
Normal 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
|
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 625 KiB |
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 474 KiB |
Before Width: | Height: | Size: 739 KiB After Width: | Height: | Size: 739 KiB |
BIN
user-scripts/ubuntu-20.04/rose-images/rose-homepage.png
Normal file
After Width: | Height: | Size: 474 KiB |
|
@ -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
|