Skip to content

Instantly share code, notes, and snippets.

View datasmurfen's full-sized avatar

Oddvar Tengesdal datasmurfen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am datasmurfen on github.
  • I am datasmurfen (https://keybase.io/datasmurfen) on keybase.
  • I have a public key ASDbu2Dk1kqskQFwLkmTYIJZLWIzQVKm_1V_5a2EqMNP3go

To claim this, I am signing this object:

@datasmurfen
datasmurfen / cursor_appimage_manager.sh
Created November 9, 2024 18:32 — forked from jorcelinojunior/cursor_appimage_manager.sh
Automate the integration of Cursor .AppImage on Linux: updates .desktop, manages icons, ensures the latest version, and configures AppArmor (Required for Ubuntu 24.04).
#!/bin/bash
set -euo pipefail
# Definition of colors for terminal output
readonly RED_COLOR="\e[31m"
readonly GREEN_COLOR="\e[32m"
readonly YELLOW_COLOR="\e[33m"
readonly BLUE_COLOR="\e[34m"
readonly MAGENTA_COLOR="\e[35m"