Skip to content

Instantly share code, notes, and snippets.

View SmileMachine's full-sized avatar
🏠
Working from home

SmileMachine

🏠
Working from home
View GitHub Profile
@SmileMachine
SmileMachine / install-omz.sh
Last active November 21, 2025 21:44
Install Oh My Zsh and some useful plugins on a new machine.
#!/bin/bash
# !!! This script is used specially for first install of omz on a new machine
# !!! All configurations in .zshrc will be replaced !!! (A backup file will be created)
set -euo pipefail
# Terminal colors
RED='\033[0;31m'
GREEN='\033[0;32m'