Skip to content

Basic Linux Setup

Basic Linux Configuration

Initial post-install steps for Linux systems.

Base Packages

sudo pacman -S --needed base-devel git vim zsh curl wget htop

Shell Setup

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"