Skip to content

Instantly share code, notes, and snippets.

View nikurasutan's full-sized avatar
🏳️‍⚧️

Nikurasu nikurasutan

🏳️‍⚧️
View GitHub Profile
@nikurasutan
nikurasutan / add_city.sh
Created March 13, 2025 14:36
Gnome Weather add City
#!/bin/bash
if [[ ! -z "$(which gnome-weather)" ]]; then
system=1
fi
if [[ ! -z "$(flatpak list | grep org.gnome.Weather)" ]]; then
flatpak=1
fi
@nikurasutan
nikurasutan / rc-mounter.sh
Created March 4, 2025 07:48
Rclone Systemd Service and Controll Scripts
#!/bin/bash
# Install gum if not already installed
if ! command -v gum &> /dev/null
then
echo "gum could not be found. Installing gum..."
go install github.com/charmbracelet/gum@latest
fi
# Get the list of rclone remotes