/terminal

✨ Fancy terminal.

Primary LanguageShell

terminal

screenshot

Installer for my terminal programs, aliases and functions.

Every program, config and alias is optional.

Usage

  • Install oh-my-zsh.
  • Run ./install.sh and follow the prompts.
  • Close and reopen your terminal.

Components

All optional.

Installed programs

Theme

I use Starship, with this config.

Git config

Other

Installs:

Local configuration

  • Create installers/local/config.zsh and re-run the installer.
# installers/local/config.zsh

# Token for `hub` cli tool.
export GITHUB_TOKEN="abcde"

Development

Create a new installer

Assuming foo is the name of the app.

util/scaffold.sh foo