Skip to content

Instantly share code, notes, and snippets.

View Iseektruth's full-sized avatar
💻
Keep coding!

言之刃有理 Iseektruth

💻
Keep coding!
View GitHub Profile
@Iseektruth
Iseektruth / gist:ec64ec785a06108973424f09a89078ce
Created December 7, 2023 01:45 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@Iseektruth
Iseektruth / setup-terminal.sh
Last active July 11, 2025 08:28
Setup terminal
# Setup terminal
# sh -c "$(curl -fsSL https://gist.githubusercontent.com/BleemIs42/612b382d7723c2d06345802141fcaf35/raw/b357df80881efdc19b4c48a880967ae44f12e67e/setup-terminal.sh)"
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
mkdir -p ~/.config && cd ~/.config