Zsh configuration with Oh My Zsh, Powerlevel10k, and useful plugins. Designed for devcontainers.
./install.shThen open a new terminal to start using zsh.
Shell & Theme
- zsh
- Oh My Zsh
- Powerlevel10k (Pure style)
Plugins
- zsh-autosuggestions - Fish-like autosuggestions
- zsh-syntax-highlighting - Syntax highlighting for commands
- autojump - Quick directory navigation
Aliases
| Alias | Command |
|---|---|
ll |
ls -la |
la |
ls -A |
l |
ls -CF |
- Edit
~/.zshrcfor shell configuration - Run
p10k configureto customize the prompt - Edit
~/.p10k.zshfor manual prompt tweaks
- Linux with
aptpackage manager sudoaccesscurlandgit