Skip to content

Instantly share code, notes, and snippets.

View weehongkoh's full-sized avatar

Wee Hong, Vernon KOH weehongkoh

  • DBS Bank
  • Singapore
View GitHub Profile
@weehongkoh
weehongkoh / README.md
Last active June 18, 2025 08:51
Terminal Setup

Terminal Command

Theses are the run command files load on the macOS, .zshrc.

How to use

  1. Create a file
  2. Copy and paste the command on the file
  3. Open .zshrc
  4. Type source <filename> on the .zshrc
  5. Once done, save the file and source .zshrc
@weehongkoh
weehongkoh / README.md
Last active June 18, 2025 14:43
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/2c4e5a8689fedc09dedc28b7dcf08a0a0247ac20/zsh_installer.sh)"

# Download ZSH Clean