Skip to content

Instantly share code, notes, and snippets.

View rizperdana's full-sized avatar
🖥️
Coding

Rizki Perdana rizperdana

🖥️
Coding
  • Indonesia
  • 07:47 (UTC +07:00)
View GitHub Profile
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active September 15, 2026 03:12
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
@SanderTheDragon
SanderTheDragon / postman-deb.sh
Last active July 7, 2026 12:42
A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
#!/bin/sh
# SPDX-FileCopyrightText: 2017-2026 SanderTheDragon <sanderthedragon@zoho.com>
#
# SPDX-License-Identifier: MIT
arch=$(dpkg --print-architecture)
echo "Detected architecture: $arch"
case "$arch" in