Skip to content

Instantly share code, notes, and snippets.

@weehongkoh
weehongkoh / README.md
Last active May 3, 2026 14:18
Terminal Setup

Terminal Command

Theses are the configuration files used by .zshrc.

Installation

Install Package

bash -c "$(curl -fsSL https://gist.githubusercontent.com/weehongkoh/72bdb76beacacf2ca3dd39a72395b9ee/raw/install_package.sh)"

Install Flutter and Android SDK

@weehongkoh
weehongkoh / README.md
Last active March 24, 2026 02:17
Download Latest Zsh, Go, Python, GCC and .NET with Bash Script

Bash Script Installer for Zsh, Go, Python, GNU GCC and .NET

The "Bash Script Installer" simplifies the setup of Zsh, Go, Python, GNU GCC, and .NET on Unix-based systems, providing a user-friendly, automated installation process for developers.

How to use

Copy and paste to the terminal

# Download ZSH
bash -c "$(curl -fsSL https://gist.githubusercontent.com/weehongkoh/e56d8161fa47e3ac8416ad8340ee3f82/raw/zsh_installer.sh)"
bash -c "$(curl -fsSL https://gist.githubusercontent.com/weehongkoh/e56d8161fa47e3ac8416ad8340ee3f82/raw/zsh_ubuntu.sh)"