Skip to content

Instantly share code, notes, and snippets.

View Muhammed-Rahif's full-sized avatar
💻
................................................................................

Muhammed Rahif Muhammed-Rahif

💻
................................................................................
View GitHub Profile
@Muhammed-Rahif
Muhammed-Rahif / README.md
Created June 15, 2026 04:08 — forked from mattezell/README.md
Install Antigravity 2.0 / Antigravity IDE on Linux from the official tarballs (user-local install, Ubuntu 24.04+ AppArmor handled)

Antigravity / Antigravity IDE — Linux tarball installer

Antigravity 2.0 and the Antigravity IDE currently ship for Linux as raw .tar.gz archives — no .deb, no .AppImage, no Flatpak, no installer. This gist is a small set of shell scripts that turn one of those extracted tarballs into a proper user-local install: a desktop launcher in your app menu, a CLI symlink on your $PATH, an icon, and (on Ubuntu 24.04+) a working Chromium sandbox via an AppArmor profile.

Status: community workaround. Replace with whatever Google ships

@Muhammed-Rahif
Muhammed-Rahif / README.md
Created December 28, 2022 09:32 — forked from atenni/README.md
How to permalink to a gist's raw file

Problem: When linking to the raw version of a gist, the link changes with each revision.

Solution:

To return the first file from a gist: https://gist.github.com/[gist_user]/[gist_id]/raw/

To get a file from multi–file gist: https://gist.github.com/[gist_user]/[gist_id]/raw/[file_name]

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@Muhammed-Rahif
Muhammed-Rahif / GitCommitEmoji.md
Created November 2, 2021 14:15 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji