Skip to content

Instantly share code, notes, and snippets.

View vietanhdev's full-sized avatar
🎯
Work Hard. Build More. Share Your Story.

Viet-Anh NGUYEN (Andrew) vietanhdev

🎯
Work Hard. Build More. Share Your Story.
View GitHub Profile
@vietanhdev
vietanhdev / install_cursor.sh
Created April 20, 2025 00:03
Install Cursor for Ubuntu 24.04
#!/bin/zsh
#
# Cursor AI IDE Installer/Updater
# This script installs or updates Cursor AI IDE on Linux systems
#
# -----------------------------------------------------------------------------
# Configuration
# -----------------------------------------------------------------------------
APPIMAGE_PATH="/opt/cursor/cursor.AppImage"
@vietanhdev
vietanhdev / install_ubuntu_packages.sh
Created April 20, 2025 00:08
Install and config packages on Ubuntu 24.04
#!/bin/sh
# Update the system
sudo apt update && sudo apt full-upgrade
# Basic packages
sudo apt install -y p7zip-full unrar gparted wget build-essential curl git
# Java
sudo apt install -y default-jre