# Terminal Prompt Showcase!

**URL:** https://discourse.roots.io/t/terminal-prompt-showcase/14401
**Category:** general
**Created:** 2018-12-18T19:11:44Z
**Posts:** 5

## Post 1 by @MWDelaney — 2018-12-18T19:11:45Z

Happy holidays, everyone! Celebrate this joyful time of year by showing of how you’ve decorated your terminal!

Here’s mine:

 ![image](https://discourse.roots.io/uploads/default/original/2X/b/bf5f63457a69da31c1a7d5b0375bdd6eb938cbf5.jpeg)

Thanks to @knowler, I’m using [Spaceship](https://github.com/denysdovhan/spaceship-prompt) with the default MacOS terminal client. Check it out here:

> **[GitHub - spaceship-prompt/spaceship-prompt: A Zsh prompt for Astronauts](https://github.com/spaceship-prompt/spaceship-prompt)**
>
> :rocket::star: A Zsh prompt for Astronauts. Contribute to spaceship-prompt/spaceship-prompt development by creating an account on GitHub.

So what have you done with your terminal? Show us your prompt!

---

## Post 2 by @ben — 2018-12-19T21:38:51Z

I saw this from @kellymears on Roots Slack and I need to know more… :eyes:!

 ![image](https://discourse.roots.io/uploads/default/original/2X/2/2826267ef4cae064f3ee1b496e236c72e1169f0b.png)

I currently use Prezto with the Sorin theme on iTerm, used to use oh-my-zsh

 ![image](https://discourse.roots.io/uploads/default/original/2X/b/bef0d703b133e4058e6ee26e68705f50e70ff2d3.png)

---

## Post 3 by @kellymears — 2018-12-19T22:33:09Z

I’m using oh-my-zsh with iTerm2. [Powerlevel9k](https://github.com/bhilburn/powerlevel9k) theme.

**Left prompt for Powerline:**

```
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
  os_icon
  dir
  status
  vcs
)
```

**Other p9k directives:**

```
POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
POWERLEVEL9K_SHORTEN_DELIMITER=""
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
POWERLEVEL9K_MODE='awesome-fontconfig'
```

**Palette:**

```
#1e1d40, #ff03e9, #6943ff, #b362ff, #700473, #02ffff #00c7e9 cyan/blues.
```

Leaning hard on `zsh-autosuggestions` plugin.

**A couple Trellis scripts I use a lot:**

```
function work() {
  cd ~/sites/$1/trellis && vagrant up
}

function switch() {
  cd ~/sites/$1/trellis && vagrant halt && cd ~/sites/$2/trellis && vagrant up
}

function cease() {
  cd ~/sites/$1/trellis && vagrant halt;
}
```

:clap:t4:

---

## Post 4 by @austin — 2018-12-20T01:48:24Z

![image](https://discourse.roots.io/uploads/default/original/2X/4/4615b436870eaa031fcfb74c30e3a801ac523cd1.jpeg)

---

## Post 5 by @mikelking — 2018-12-27T17:33:51Z

> [@kellymears](#):
>
> function work() { cd ~/sites/$1/trellis && vagrant up } function switch() { cd ~/sites/$1/trellis && vagrant halt && cd ~/sites/$2/trellis && vagrant up } function cease() { cd ~/sites/$1/trellis && vagrant halt; }

Very cool && they work with bash too. :wink:

---

## Post 6 by @MWDelaney — 2019-01-29T19:11:47Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
