Skip to content

Instantly share code, notes, and snippets.

View okwareddevnest's full-sized avatar
💯
Good Things Take Time

Okware okwareddevnest

💯
Good Things Take Time
  • IThreeM
  • Kenya
  • 08:39 (UTC +03:00)
View GitHub Profile
@okwareddevnest
okwareddevnest / cursor_appimage_manager.sh
Created October 16, 2024 20: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"

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-.tar.gz