Ubuntu Agent Starter
An installable Ubuntu helper layer: small shell commands, sane terminal helpers, and eventually agent-powered workflows for people who want Linux to feel less hostile.
What this can realistically become
Start with an installer for normal Ubuntu. Once that is useful, package it.
- Shell starter kit: aliases/functions installed into
~/.bash_aliases. - Safe installer: backups, managed blocks,
--dry-run, and--uninstall. - Guided setup: optional install checks for apps like Obsidian, Git,
ripgrep,curl, and editors. - Agent layer: a command such as
askorfixthat explains terminal errors and suggests commands. - Packaging: publish a GitHub repo, then a
.deb, then maybe an Ubuntu remix ISO.
Install
cd ubuntu-agent-starter
./install.sh --dry-run
./install.sh
source ~/.bash_aliases
Commands
note creates temp.md in the current directory.
obs opens the normal Obsidian desktop app from wherever you are.
op [path] opens a file or folder with the desktop opener.
mkcd name creates a directory and enters it.
extract archive.zip extracts common archive formats.
Uninstall
./install.sh --uninstall
source ~/.bash_aliases
The installer only manages the block between:
# >>> ubuntu-agent-starter >>>
# <<< ubuntu-agent-starter <<<
Top comments (0)