Skip to content

omakasui/omaterm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omaterm

An omakase headless setup for Arch Linux servers or dev boxes in the spirit of Omarchy by DHH.

Requirements

  • Base Arch Linux installation
  • Internet connection
  • sudo privileges

Install

curl -fsSL https://omaterm.org/install | bash

What it sets up

  • Shell: Bash with starship prompt, fzf, eza, zoxide
  • Editors: Neovim (LazyVim), opencode, claude-code
  • Dev tools: mise, docker, github-cli, lazygit, lazydocker
  • Networking: SSH, tailscale
  • Git: Interactive config for user name/email, helpful aliases

Docker

docker run -it -v omaterm-home:/home/omaterm ghcr.io/omacom-io/omaterm

The named volume persists your home directory across container restarts, including git config, gh auth, shell history, and projects.

Interactive prompts

During installation you'll be asked for:

  • Git user name
  • Git email address

And you'll be offered to setup:

  • Tailscale
  • GitHub
  • SSH public keys

About

Minimal Terminal Omakase for Debian/Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • Shell 78.4%
  • Lua 14.0%
  • Dockerfile 7.6%