Skip to content

Instantly share code, notes, and snippets.

View Chord-Chen-30's full-sized avatar
๐Ÿ‘Š
study hard

Zhuo Chen Chord-Chen-30

๐Ÿ‘Š
study hard
View GitHub Profile
@Chord-Chen-30
Chord-Chen-30 / install_zsh.sh
Last active May 28, 2025 08:40
Install zsh without root. Also, oh-my-zsh and 2 plugins (zsh-autosuggestions zsh-syntax-highlighting).
#!/bin/bash
# Referenced from https://gist.github.com/ZhaofengWu/f345652e994e3b68c309352a7610460f. Nice scripts.
# New feature: Add plugins zsh-autosuggestions and zsh-syntax-highlighting
# Set up your $HOME variable
# HOME=...
set -e