DEV Community

Can I see your terminal?

Saurabh Sharma on February 28, 2018

Last time, I posted Can I see your desktop home screen and it went more popular than I thought. This time I want to see your Terminal. is it hyp...
Collapse
 
arnaudmorisset profile image
Arnaud Morisset • Edited

Nice post, here is mine. It's really "classic" with a little companion:

iterm

Collapse
 
2h0n profile image
2h0n

that's cool. how?

Collapse
 
arnaudmorisset profile image
Arnaud Morisset

Just one line in my .zshrc. ;)

export PROMPT='%F{235}%B%c%b%f$(_currentKubernetesContextName)$(_currentEnvironmentName)%(?.(%F{198}♥%f‿%F{198}♥%f.(%F{75}ಥ%f_%F{75}ಥ%f)) '

NB: You can omit the Kubernetes part.

Thread Thread
 
2h0n profile image
2h0n

cheers mate.

Collapse
 
dmfay profile image
Dian Fay • Edited

I use termite with zsh. The calendar is when. Font is Inconsolata-dz (a variant with straight quotation marks). Window titles are displayed in my statusbar so I save a tiny bit of space by eliminating borders and titlebars. Pressing ESC or Ctrl+[ switches the command line from insert to command mode so I can navigate as in vi.

dotfiles here

terminal with calendar and git status

Collapse
 
seanxe profile image
Sean Crossey

is that massive-js as in the not-really-an-orm for postgres? if so i discovered it yesterday - great package!

Collapse
 
dmfay profile image
Dian Fay

It is, yes! Glad you like it!

Collapse
 
msoedov profile image
Alex Miasoiedov

perfect one! 10/10

Collapse
 
jessachandler profile image
Jess Chandler • Edited

Love the question and all the responses. I'm using zsh and the man theme - ran a few dir and speak commands to show how git and time are incorporated.
myterminal

Collapse
 
bl4met profile image
JD Taft

This kinda looks like a giant Post-It note. I like that.

Collapse
 
jessachandler profile image
Jess Chandler

I stumbled on the yellow while playing around with the default choices in Terminal. :) I like it...almost all of my other coding screens are dark grey.

Collapse
 
akz92 profile image
Lucas Moulin • Edited

I try to keep it pretty minimal

iTerm with zsh

Collapse
 
noncototient profile image
Bo • Edited

Here is my minimal setup:

minimal terminal setup

Collapse
 
djerbien profile image
Haythem

how to have 3 different color please

Thread Thread
 
noncototient profile image
Bo

Default Oh My ZSH setup

Thread Thread
 
akoshodi profile image
Akinwale Oshodi • Edited

Seems more like prezto and not Oh My ZSH.

Thread Thread
 
noncototient profile image
Bo

Yeah you are correct, my bad. I have since switched over to fish shell.

Collapse
 
stephaniecodes profile image
Stephanie

I have a random happy ascii character and a motivational phrase every new window. :)

Collapse
 
monknomo profile image
Gunnar Gissel • Edited

Here's where I make the money...

Collapse
 
ggallynn profile image
lynn

This is the ideal terminal. You may not like it, but this is what peak performance looks like.

Collapse
 
mikeborn profile image
Michael Born

Is it? From my experience, the windows terminal is both less useful and simply slower to use than any Unix terminal. But it certainly gets the job done.

Thread Thread
 
monknomo profile image
Gunnar Gissel

GG Allyn is referencing this: twitter.com/scrowder/status/687260...

There are definitely better terminals, even on Windows. Still, this is what I get paid for

Thread Thread
 
mikeborn profile image
Michael Born

Ah, I get it. Yeah, for our Windows servers I like git bash.

Thread Thread
 
monknomo profile image
Gunnar Gissel

Our environment is locked down enough that git bash isn’t an option for me. I like it when I get the chance, though!

Thread Thread
 
codevault profile image
Sergiu Mureşan

The Linux simulation you see when you open Git Bash is actually MSYS2 which you can find right here

You can do really cool things with it, like using the GCC tool-chain right inside of Windows.

Collapse
 
drrial profile image
d3rrila • Edited

Here's mine :D

And on Windows:

Collapse
 
mikeborn profile image
Michael Born

Hold on while I go install neofetch...

Collapse
 
mohammedfoysal profile image
Mohammed Foysal

What terminal are you using for Windows. I've been using Git Bash but am looking for something better, preferably something with ZSH.

Collapse
 
drrial profile image
d3rrila • Edited

Sorry to disappoint, I'm actually using the Windows Subsystem for Linux together with VcXsrv and basically I just compiled my regular linux terminal for it ( st.suckless.org/ )
The font I'm using is Realtime by Juri Zaech in case anybody cares.

I hope this helps, but I'm sorry if it doesn't.

Edit: st has quite a few drawbacks. It's a terminal emulator and literally nothing else. You don't even have a scrollback buffer. There are patches on the website for it, but expect to manually splice them in with some code surgery, because those patches are always out of date.

Collapse
 
stephanie profile image
Stephanie Handsteiner

In case someone asks, this is the theme.

Collapse
 
cedricbdev profile image
Cedric

Nord is the best theme for terminal

Collapse
 
jess profile image
Jess Lee

On my home machine 😄

mossgreen-iterm

Collapse
 
jess profile image
Jess Lee

Here's my work machine 😇

iterm-pink-terminal

Collapse
 
nektro profile image
Meghan (she/her)

wait, bash has tabs?

Thread Thread
 
gudbadugly2 profile image
T-Bone • Edited

Iterm ftw

Thread Thread
 
thibmaek profile image
Thibault Maekelbergh

Any macOS terminal has tabs.

Thread Thread
 
kjellski profile image
Kjell Otto

This is just the iTerm app as a Terminal replacement. But you can make "bash has tabs" with screen or tmux :) have a look, it's really great for remote work too.

Thread Thread
 
rftlexists profile image
teakap

Linux OS have tabs as well. Try ctr+shift+t ;)

Collapse
 
akz92 profile image
Lucas Moulin

Quick tip: If you press Cmd+Shift+4 and then press Space you can take a screenshot of a single application :)

Collapse
 
ennor profile image
Enno Rehling (恊荞) • Edited

What they didn't tell me: Cmd+Ctrl+Shift+4 will put the screenshot into the clipboard, which is a lot easier when what you want is to paste directly into Slack.

Thread Thread
 
akz92 profile image
Lucas Moulin

This is awesome too! Unless you use Safari, because Safari doesn't support this =/

Thread Thread
 
ennor profile image
Enno Rehling (恊荞)

My final recommendation for screenshots is Skitch, which has very nifty tools for annotating. I love the arrows especially.

Thread Thread
 
akz92 profile image
Lucas Moulin

Skitch is great, I stopped using it when I found out that Preview has a lot of those annotating features. It isn't as feature full as Skitch, but it fits me well.

Collapse
 
toby profile image
toby

If on Windows 10 there is the WinKey + Shift + S keycombo to launch selecting an area to screen shot which gets copied to the clipboard.
Or just hit WinKey, type snip, and hit enter, then select the Window selection.
Or use the WinKey + Alt + prntscrn shortcut with the correct window selected and a shot will be saved to your Captures directory

Thread Thread
 
ashleyjsheridan profile image
Ashley Sheridan

All these crazy key combinations, on Linux all you need to do is press the regular old print screen button, and it lets you do any of those things without having to remember arcane sequences ;)

Thread Thread
 
miku86 profile image
miku86

And if you hit Alt + Print,
you get a screenshot of the current focused window.

Thread Thread
 
guneyozsan profile image
Guney Ozsan

Good old print screen still works on Windows. These are for custom crops.

Collapse
 
maestromac profile image
Mac Siri

Woah that is a neat tip.

Collapse
 
val_baca profile image
Valentin Baca • Edited

FYI You can get rid of the "Last login" with touch .hushlogin

Also, I really like the "cash cow" prompt :)

Collapse
 
khaled_garbaya profile image
Khaled Garbaya • Edited

here you go

terminal

Collapse
 
rasputn_ profile image
ras

Is that NERDTree or something different?

Collapse
 
khaled_garbaya profile image
Khaled Garbaya

Yep that's nerd tree

Collapse
 
bushwald profile image
Brad

What editor is that? Looks neat.

Collapse
 
drepram profile image
Andre Christoga Pramaditya

Vim.

Thread Thread
 
bushwald profile image
Brad

Lol I know how to exit vim, I swear. Didn't recognize it with the file explorer showing.

Collapse
 
hjfitz profile image
Harry

How's react dev in vim?

I ended up moving away because I couldn't deal with large projects - I've started pulling it up for quick edits in my Vs code terminal though. I miss the utility

Collapse
 
khaled_garbaya profile image
Khaled Garbaya

Works very well for me and especially with the combination of tmux I do all my coding in one terminal window. I can even zoom in one pane, do something and zoom back out.

Collapse
 
dmdinh22 profile image
dmdinh22

Any way you can share your .vimrc? would like to check out your settings.

Collapse
 
khaled_garbaya profile image
Khaled Garbaya

Sure thing, use this branch it is up to date github.com/Khaledgarbaya/dotfiles/...

Collapse
 
ben profile image
Ben Halpern
Collapse
 
kmcginn profile image
Kevin McGinn • Edited

Zooming out a bit: batcave

Collapse
 
bradoyler_20 profile image
brad oyler

ok, now enhance, pls...

Collapse
 
dkassen profile image
Daniel Kassen

Mac Keyboard shortcut for emojis: ctrl + cmd + space
👌

Collapse
 
sergiodxa profile image
Sergio Daniel XalambrĂ­ • Edited

That's my terminal, I use Hyper with the zsh theme zeit.zsh-theme. I like to keep it simple.

Collapse
 
toby profile image
toby

Really don't get why anyone would run node just to type in a terminal... This confuses me. Though it does look pretty.

Collapse
 
pmcgowan profile image
p-mcgowan • Edited

termux on android
Termux on android - I use default terminals (nothing fancy) with dotfiles in source control so all my devices are matching and I can re-provision if I want to destroy them with fire.

My desktop/laptop/server are all the same format (different uname in PS1, semi-transparent background, otherwise default gnome-terminal), and red PS1 when ssh'd in (since I used to shut down the wrong box from time to time). Obviously programming on my phone is a last resort, but it's saved me from production fires before - ssh and data, what else do you need?

Collapse
 
jacoby profile image
Dave Jacoby • Edited

My work linux box:
 ✔ jacoby@oz 16:40 42°F    ~

Meaning, left-to-right:
My computer is up-to-date
TaskWarrior is happy with me
I'm me on my computer
It's almost time to go
It's not too cold out
I've had two cups of coffee today
I'm in my home directory

Collapse
 
jessachandler profile image
Jess Chandler

Wow...and I immediately had to go and look up Taskwarrior :)

Collapse
 
kylegalloway profile image
Kyle Galloway

How??? I want this config!

Collapse
 
jacoby profile image
Dave Jacoby

It helps if you have Font Awesome set up on your system.

This needs cleaning up. As pasted from my prompt.sh

# prompt.sh

# the unified prompt for Dave Jacoby, based on system settings
# and capabilities.

# if a capability is absent for an entry, such as TaskWarrior
# or ACPI, the prompt will drop that in favor of entries it
# can handle.

# Tasks

#   * I have partially added Font Awesome to the prompt,
#     especially for the buttons. I need to more fully 
#     integrate FA fonts. For example, with TaskWarrior 
#     icons

# TASK WARRIOR INTO MY PROMPT
# this part is just fun-with-utf8
# https://twitter.com/pjf/status/852466839145795584
URGENT="2757"
DUETOMORROW="2690"
DUETODAY="2691"
OVERDUE="2639"
OK="2714"

# shows if any TaskWarrior tasks are in need of attention
function task_indicator {
    if [ `task +READY +OVERDUE count` -gt "0" ]  ; then
        printf "%b" "\u$OVERDUE"
    elif [ `task +READY +DUETODAY count` -gt "0" ]  ; then
        printf "%b" "\u$DUETODAY"
    elif [ `task +READY +DUETomorrow count` -gt "0" ]  ; then
        printf "%b" "\u$DUETOMORROW"
    elif [ `task +READY urgency \> 10 count` -gt "0" ]  ; then
        printf "%b" "\u$URGENT"
    else
        printf "%b" "\u$OK"
    fi
}

# here I switch to Font-Awesome, which might not show for dev.to
HOT_BEVERAGE="2615"
POWER="26A1"
#BATTERY="8984"
#POWER="2605"
BATTERY="2606"
NOT=""
fa_bolt=""
fa_plug="" # fa-plug [&#xf1e6
fa_battery="" # fa-battery (alias) [] 4.4
fa_battery_0="" # fa_battery_0 (alias) [] 4.4
fa_battery_1="" # fa_battery_1 (alias) [] 4.4
fa_battery_2="" # fa_battery_2 (alias) [] 4.4
fa_battery_3="" # fa_battery_3 (alias) [] 4.4
fa_battery_4="" # fa_battery_4 (alias) [] 4.4
fa_battery_empty="" # fa_battery_empty [] 4.4
fa_battery_full="" # fa_battery_full [] 4.4
fa_battery_half="" # fa_battery_half [] 4.4
fa_battery_quarter="" # fa_battery_quarter [] 4.4
fa_battery_three="" # fa_battery_three-quarters [] 4.3 fa-bed [&

# PLUGGED IN OR NO
# works on my Linux laptop, not on my desktop

# shows if the battery is currently charging
function battery_charging {
    CHARGING=`/usr/bin/acpi | awk '{ print $3}'`
    if [ $CHARGING = 'Discharging,' ];  then
        printf '%s' $fa_plug
    else
        printf '%s' $fa_bolt
    fi
}

# shows current status of battery
# 0  - 12     EMPTY
# 13 - 37     QUARTER
# 38 - 62     HALF
# 63 - 87     THREE-QUARTER
# 88 - 100    FULL
function battery_life {
    ACPI=`/usr/bin/acpi | awk '{ print $4}'`
    ACPI=${ACPI//[!0-9]/}
    if   [ $ACPI == "100" ];then 
        printf '%s ' $fa_battery_4
    elif [   $ACPI -lt "13" ];then
        printf '%s ' $fa_battery_0
    elif [ $ACPI -lt "38" ];then
        printf '%s ' $fa_battery_1
    elif [ $ACPI -lt "63" ];then
        printf '%s ' $fa_battery_2
    elif [ $ACPI -lt "88" ];then
        printf '%s ' $fa_battery_3
    else 
        printf '%s ' $fa_battery_4
    fi    
}

# opening tag for setting color. depends on a lot of
# variations, including host
function opentag {
    if [ -f "/bin/hostname" ] ; then
        HOST=`/bin/hostname`
    else
        HOST='NONE'
    fi

    if [[ $HOST == *"purdue.edu" ]] ; then
        HOST=`/bin/hostname -s`
    fi

    foreground='38;5;255'
    background=''
    bold='1;'   #1
    dim=''      #2
    italic=''   #3
    reverse=''  #7

    # WORK LINUX COMPUTER
    if [ $HOST = 'oz' ]; then
        foreground='38;5;82'
        bold='1;'
        if [[ -z $DESKTOP_SESSION ]] ; then
            reverse='7;'
        fi

    # WORK WINDOWS 10 COMPUTER 
    elif [ $HOST = 'Lion' ];then
        foreground='38;5;206'
        foreground='38;5;79'
        bold='1;'
        # if [ -z $SYSTEMDRIVE ] ; then
        #    foreground='38;5;196'
        #     bold='1;'
        # fi

    # PERSONAL LINUX COMPUTER
    elif [ $HOST = 'gort' ]; then
        foreground='38;5;39'
        bold='1;'

    # PERSONAL WIN10 COMPUTER
    # works in WSL, not in Git4Windows Bash
    elif [ $HOST = 'K9' ]; then
        foreground='38;5;39'
        bold='1;'

    # REMOVING SOME WORK HOSTS
    fi
    printf "\e[%s%s%s%s%sm" $bold $dim $italic $reverse $background $foreground
    # unset HOST foreground background bold dim italic reverse 
}

# closes all open tag types
function closetag {
    printf "\e[0m"
    }

# if wanted, just bold and white
function boldwhite {
    printf "\e\[1;38;5;255m"
    }

# sets the PS1 variable
# function set_ps1 {

    header="\[\033]0;\u@\h: \w\007\]"
    # chroot="${debian_chroot:+($debian_chroot)}"
    chroot=""
    userhost="\u@\h "
    localtime="\A "
    path="\w "
    end="\n\$ "

    # the coffee, weather and reboot info are called in other programs
    # every time the prompt is run
    task="\$(task_indicator)"
    battery_charging="\$(battery_charging)"
    battery_life="\$(battery_life)"
    timer_show="($timer_show)"
    reboot="\$(~/bin/need_reboot.pl)"
    temp="\$(~/bin/get_temp.pl)"
    coffee="\$(~/bin/get_coffee.pl) "
    dbus="\$(~/local/bin/pull_dbus_address.sh)"
    git="\$(__git_ps1)"

    open="$(opentag)"
    close="$(closetag)"

    prompt=$header

    # I add getting and storing the DBUS address so I can 
    # control Spotify from the command line and take webcam
    # pictures via Crontab
    if [ -f ~/local/bin/pull_dbus_address.sh ];then
        prompt="$prompt$dbus"
    fi

    prompt="$prompt\n\[$open\]"

    if [ -f ~/bin/need_reboot.pl ];then
        prompt="$prompt$reboot "
    fi

    if [ -f /usr/bin/acpi ];then
        prompt="$prompt$battery_charging "
        prompt="$prompt$battery_life "
    fi

    if [ -f /usr/bin/task ];then
        prompt="$prompt$task "
    fi

    prompt=$prompt$userhost
    prompt=$prompt$localtime

    if [ -f ~/bin/get_temp.pl ];then
        prompt="$prompt$temp "
    fi

    if [ -f ~/bin/get_coffee.pl ];then
        prompt="$prompt$coffee "
    fi

    prompt=$prompt$path
    prompt=$prompt$chroot
    prompt=$prompt$git

    if [ -f ~/.timing ];then
        prompt="$prompt$timer_show "
    fi

    prompt=$prompt$end
    prompt="$prompt\[$close\]"

    trap 'timer_start' DEBUG
    PROMPT_COMMAND="timer_stop"
    export PS1=$prompt
    # unset chroot close coffee dbus end git header open path prompt reboot task temp localtime userhost
# }

# set_ps1

and this in my .bashrc:

if [ -f /home/jacoby/bin/prompt.sh ]; then
    source /home/jacoby/bin/prompt.sh 
else
    export PS1="\n\
\[\033]0;\u@\h: \w\007\]\
${debian_chroot:+($debian_chroot)}\
\u@\h \
\A \
\$(~/bin/pull_dbus_address.sh)\w\$(__git_ps1)\
\n\$ "

fi
Thread Thread
 
kylegalloway profile image
Kyle Galloway

Thanks

Collapse
 
yechielk profile image
Yechiel Kalmenson • Edited

The // ♥ is the default prompt in Flatiron School's IDE (a play on their motto "Learn, Love, Code"), and I've been adding it to my terminal ever since.

My Terminal

Collapse
 
mrdcmiller profile image
Doug Miller

how do i get out of script and the // ♥ prompt? I can't use terminal for anything else.

Collapse
 
yechielk profile image
Yechiel Kalmenson

The settings for the prompt are usually in a file in the home directory called .bashrc or .bash_profile, search for PS1, that's the variable that holds your bash prompt. If you want to change it just change the value of PS1.

There are lots of tutorials online that teach how to add dynamic information to the prompt, like the current working directory, the time, and how to add color.

Thread Thread
 
mrdcmiller profile image
Doug Miller

Thanks for the help,

It seems that some kind of script was running and even when I exit it, It would restart when opened terminal again.

It started after I followed the set up the Flatiron school tutorials.

In the end I deleted all the .bashxx files and restarted terminal.

Nothing succeeds like excess!

Collapse
 
olkinn profile image
olkinn • Edited

Here's mine! Tmux + fish + custom themes for both iterm and emacs
(github.com/olkinn/forest-blue-iTerm and github.com/olkinn/forest-blue-emacs)

image

Collapse
 
erikthered profile image
Erik Nelson • Edited

Work Macbook: Hyper with Pure, and Zsh using the Spaceship theme

Hyper screenshot

Collapse
 
kirantambe profile image
Kiran Tambe • Edited

This is the best, because I use the same😁

Collapse
 
timothycole profile image
Timothy Cole • Edited

WSL (Windows Subsystem for Linux) in Hyper with ZSH
Hyper Config: gist.github.com/TimothyCole/a15953...

WSL in Hyper

Collapse
 
toby profile image
toby

Pretty! But how is Hyper performance? (startup times, execution, etc)

Collapse
 
googley profile image
Élie

The Hyper buffer is very bad... You can't run cat on large files. But the rest is acceptable, the slowest thing is WSL with OhMyZSH

Thread Thread
 
toby profile image
toby

I do find OhMyZsh kinda slow on WSL. There are ways of reducing the issue but not completely :-\

Collapse
 
timothycole profile image
Timothy Cole

I don't have any problems with startup times or anything. It takes like half a second to open and it's fine. (I have an i7-6700k with 32GB of Ram if that helps)

Collapse
 
caseywebb profile image
Casey Webb • Edited

spaceship-prompt + tmux in Hyper with hypernasa plugin. Left pane is gtop.

The entire .zshrc can be found in my setup repo

Collapse
 
thermatix profile image
Martin Becker • Edited

What's performance on Hyper like? I ask because I know how slow atom can be and seeing as how this is also built on electron I'm a little skeptical on it's performance potential.
Also, my terminal:

Thermatix's Terminal

I run Tmux with vim as my main editor and zsh as my shell, I use zplug for zsh plugin management.
My theme is gruvbox on my term and in vim

Collapse
 
caseywebb profile image
Casey Webb • Edited

It's not fantastic, but good enough for how I use it. Performance degrades quickly as you start adding plugins.

I typically use VS Code's terminal for the convenience, but it's also wicked fast. Sure do miss the APOD background though...

EDIT: Hyper 2 uses VS Code's renderer, thus it's now also wicked fast.

Collapse
 
phutschi profile image
Philipp • Edited

I use hyper as terminal, zsh as shell and pure (github.com/sindresorhus/pure).

hyper

Collapse
 
erinlmoore profile image
Erin Moore • Edited

here is mine, every time someone says something about it, it gets more colorful.

a photo of my terminal

Collapse
 
nickforall profile image
Nick Vernij • Edited

You can make a picture show up by using markdown, like this.

![alt text](https://thepracticaldev.s3.amazonaws.com/i/l7x9ht1ynb1n053xwoyo.png)

Where the url is your own, of course.

Collapse
 
erinlmoore profile image
Erin Moore

Oh snap, thanks!

Collapse
 
pedro profile image
Pedro M. M. • Edited

I like it simple and clean :)

Hyper (w/ Hyper One Light theme for the white background) + Zsh + Spaceship theme

Screenshot

Collapse
 
toby profile image
toby

Are you using git bash on Windows 10? What's wrong with WSL?

I have Ubuntu WSL with a console theme and oh my zsh with power-line theme and a patched font, for use as regular terminal. But I also have it set for using as the terminal in vscode.

Collapse
 
itsjzt profile image
Saurabh Sharma

Wsl is the best thing in Windows. Nothing is wrong with it. 😋

Collapse
 
thatkazuki profile image
Desmond Edem

How did you patch your fonts on WSL? I noticed some icons are not displaying on my terminal. I use fira code

Collapse
 
toby profile image
toby

The one I was using was from the power line font pack, there is a patched power line pack. I'm not sure if that had First.

However, there is now Nerd Fonts (github.com/ryanoasis/nerd-fonts) which is a much larger pack of patched fonts - still not sure if first is in that.

To use any of the forms from any pack, simply unzip the font you want, install it on windows in the normal manner (right click & install iirc) then restart the shell and check the shell properties to select the new font.

Thread Thread
 
thatkazuki profile image
Desmond Edem • Edited

Thanks alot for replying. Let me try this right away.

Edit: Hey @toby it worked.

Thread Thread
 
thatkazuki profile image
Desmond Edem • Edited

I don't like the amount of information being displayed there. Any tip on how to make it lean like yours?

Thank You

Collapse
 
myterminal profile image
Mohammed Ismail Ansari

My terminal: hyper-terminal

Configuration: .hyper.js (Still a long way from complete)

hyper-fallout

Collapse
 
vgrovestine profile image
Vincent Grovestine • Edited

I use Guake drop-down terminal with plain ol' bash, a hotkey to open the pane on demand, and semi-transparent so I can see what's going on underneath--often because I have a how-to of some sort open at the same time for reference.

Guake drop-down terminal

Collapse
 
dimitri_acosta profile image
Dimitri Acosta • Edited

Here's mine, I'm using iTerm2 on macOS with oh-my-zsh, color theme is nova and the iTerm theme is cobalt2

iTerm2

Collapse
 
lajoskvcs profile image
Lajos KovĂĄcs • Edited

This is my work machine
I'm using Iterm2 with zsh shell. The font is mononoki and the syntax theme is panda syntax. Also the system default fullscreen is disabled and has a toggle hotkey for cmd + (dot). So anytime i want something i can toggle my terminal.
terminal

Collapse
 
plutov profile image
Alex Pliutau

telnet

Collapse
 
david_ojeda profile image
David Ojeda

Nothing fancy here.

Mac OS terminal

Collapse
 
sosodope profile image
Sodope • Edited

Adventure time

Collapse
 
sobolevn profile image
Nikita Sobolev

I am using Terminal.app with zsh and sobole as theme.
I wrote two articles about my setup: Instant +100% command line productivity boost, Using better CLIs

You can copy all my dotfiles from github: github.com/sobolevn/dotfiles

terminal

Collapse
 
aspittel profile image
Ali Spittel

OhMyZSH + Iterm + spaceship theme

Collapse
 
ergenekonyigit profile image
Ergenekon Yigit • Edited

alacritty + tmux + zsh

image

Collapse
 
galileopy profile image
Galileo Sanchez

tmux, and always a pane with htop and another with docker stats.

Collapse
 
autoferrit profile image
Shawn McElroy • Edited

Here is mine.

Terminal panes:

I do like termite, but this is the normal terminal in gnome. I just never got around to compiling termite on this machine.

Collapse
 
miffpengi profile image
Miff • Edited

I don't think mine is much to look at, other than the status bar at the top. Looking at everyone else's terminals makes me want to fancy mine up more. I mainly wanted to post this because I only saw one other PowerShell user.

powershell lol

Collapse
 
itsjzt profile image
Saurabh Sharma

Why don't you user hyper. It's cool. But powershell is too.

Collapse
 
miffpengi profile image
Miff

Because Hyper appears to be only for OSX and I use Windows?

Thread Thread
 
itsjzt profile image
Saurabh Sharma

nope, it's cross-platform.

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

Konsole with several tabs. DejaVu Sans Mono font (since I've yet to find proportional font friendly terminals and apps). Very large scroll-back buffer, though I clear it often. Bash.

Collapse
 
pixeliger profile image
German Emmanuel • Edited

Hyper + zsh + Pure

Collapse
 
nickytonline profile image
Nick Taylor • Edited

You can see my terminal setup in My Mac Setup. TLDR fish shell and iTerm2 with Joker theme, but about to switch back to agnoster. I'm on public transportation at the moment, but there's a screenshot in my setup post.

Collapse
 
nickytonline profile image
Nick Taylor

Alright, back in front of my laptop. Here you go.

Collapse
 
shivamd20 profile image
Shivam

cool!

Collapse
 
adammichaelwood profile image
Adam Wood • Edited

Emacs in a Mac Terminal.
The bottom buffer is a shell, the top buffer is whatever I am working on (at the moment, a document for docs.opendatakit.org).

When working on web stuff, including docs (which I usually am), I also keep a second terminal open that runs a Python http.server in the build directory.

Emacs has a few different terminal options. I only really like shell, but none of them quite work like I want to.

Emacs in Terminal

Collapse
 
hjfitz profile image
Harry • Edited

I'll bite!

Zsh with oh-my-zsh and zsh syntax highlighting. Stock Gnome colors... I'll see if I can find an old setup, when I didn't like anything stock

term

Collapse
 
koehr profile image
Norman

My home setup uses st, tmux with my own theme, zsh with oh-my-zsh and my own theme. The editor is kakoune with theme desertex (comes with the editor). The low contrast shows that the pane is currently not active.

Collapse
 
vinnya3 profile image
Vinny

How did you get tmux to work with st / kakoune if you don't mind me asking? I'm absolutely loving kakoune + tmux, but the colors are all wonky at the moment. If I try the color overrides in my tmux.conf, then tmux panes fail to work when using Kakoune to invoke them ;(

Collapse
 
vinnya3 profile image
Vinny

[EDIT] Nevermind! I discovered that I had the wrong overrides :D Thank you for your configs!! I never did take the time to understand the whole tmux color business; I think it's now time that I did.

Collapse
 
raphink profile image
RaphaĂŤl Pinson • Edited

Here is mine: bash with nerd fonts, tuned git prompt, icons based on location + files in folder & custom colors

Bash term

Collapse
 
carlymho profile image
Carly Ho 🌈 • Edited

Using spaceship prompt & a terminal color theme of my own devising:

Collapse
 
sublimemarch profile image
Fen Slattery

Love it! Do you have a link to the image you have as the background?

Collapse
 
carlymho profile image
Carly Ho 🌈

It's from one of the wallpapers in this pack, if I remember correctly!

Collapse
 
nikola profile image
Nikola BreĹžnjak

My /home :)

Collapse
 
codemouse92 profile image
Jason C. McDonald

I've got two. Guake is used whenever I need a terminal alongside other windows...

Guake

...but if I need to work exclusively in the terminal for a while, I use Terminator...

Terminator

Collapse
 
andrewdcato profile image
Andrew Cato • Edited

Here's mine.

iTerm 2, running oh-my-zsh with the Spaceship theme.

Font is Operator Mono, color scheme is Cobalt2.

AC Terminal

Collapse
 
deceze profile image
David Zentgraf

Standard OS X Terminal with slightly tweaked Novel theme.

Standard OS X Terminal with slightly tweaked Novel theme.

Collapse
 
thecodegoddess profile image
TheCodeGoddess

ohmy-zsh

Collapse
 
geraldcroes profile image
geraldcroes • Edited

I'm still looking forward to tweaking it more ... but so far I like it.
My terminal

Collapse
 
meg_gutshall profile image
Meg Gutshall

How do you add the background photo?

Collapse
 
washingtonsteven profile image
Steven Washington • Edited

I pretty much exclusively use iTerm's hotkey window overlay to access my terminal from anywhere (with global shortcut). Shell is zsh with the agnoster theme.

Every day starts with:

  • Alt+Space
  • cd ~/Document/projects/...
  • code .

desktop+iterm

Collapse
 
nikolovlazar profile image
Lazar Nikolov • Edited

Here's mine. I just started working on my graduation thesis project. It's a react app that communicates with a Traccar backend system.

terminal

Collapse
 
sabatesduran profile image
DĂ­dac

Terminator with Solarized Dark and zsh
Terminator

Collapse
 
silwing profile image
Silwing • Edited

Inspired by this post I decided to spice up my terminal a bit. I switched to zsh using oh-my-zsh and have added a nice skull emoji to the powerlevel9k theme as well as a few other customizations.

My terminal

Collapse
 
itsjzt profile image
Saurabh Sharma

happy that this post helped you out to find something good.

Collapse
 
cuzuco2 profile image
cuzuco2 • Edited

My machine, the background is animated, you can see it here.
tinypic.com/r/55ot1d/9

Original Video - More videos at TinyPic

And a screenshot here:

Collapse
 
gauravchaddha1996 profile image
Gaurav Chaddha

Here is mine - Terminator on Ubuntu 17.10, using Oh-my-Zsh with spaceship theme, and color scheme generated using pywal.

Image

Collapse
 
myasn1k profile image
Pietro Mazzini

Could you tell me how to set separator line color and size?

Collapse
 
gauravchaddha1996 profile image
Gaurav Chaddha

I never customized it. That was the default color in terminator. Sorry mate.

Thread Thread
 
myasn1k profile image
Pietro Mazzini

It's ok, thanks anyway

Collapse
 
dak425 profile image
Donald Feury

Looks about the same on my office desktop and my old thinkpad

  • Terminal is alacritty
  • Shell is zsh
  • Color scheme is generated from the wallpaper using pywal
  • The prompt is starship

Terminal

Collapse
 
dpashutskii profile image
Dmitrii Pashutskii

Nothing special, iTerm2 with a few custom preferences.
terminal pic

Collapse
 
dpashutskii profile image
Dmitrii Pashutskii

I really like this utility

terminal pic

Collapse
 
tiffany profile image
tiff

I have this in a separate iTerm window. Love tiny-care-terminal.

Collapse
 
dean profile image
dean

fishterm

Here's mine, I use fish shell and I have a custom startup script to add the fish logo :) config.fish and fish.txt

Collapse
 
bertalanp99 profile image
Bertalan Z. PĂŠter

Here's mine with Termite and Oh-My-ZSH :)

screenie

Collapse
 
booligoosh profile image
Ethan

I use Hyper... 😍😍
Brings me joy every time I use it!
Computer and user names have been changed in the image for privacy of course 😉
My Terminal

Collapse
 
cathodion profile image
Dustin King • Edited

Dustin's terminal with teal-ish text on a black background. Some Python stack traces are shown

It's the default macOS terminal. The text color is currently not the shade of teal that I like, because I messed it up trying to improve the contrast.

I want to mess around with ANSI colors a bit to offset the program output from the commands and prompts. I also think it would be nice to show the return code if it's nonzero.

Collapse
 
kzagoris profile image
Konstantinos Zagoris • Edited

Nothing fancy

terminal

Collapse
 
enzoftware profile image
Enzo Lizama Paredes • Edited

Here is mine, pretty simple but lovely :D
my_terminal

Collapse
 
gabedunn profile image
Gabe Dunn • Edited

My custom theme for ZSH. The terminal is gnome-terminal on arch linux + KDE.
You can find it here if you're interested: github.com/redxtech/dotfiles/blob/...

It's fully customize-able by default if there are things that you would like to change about it as well.

my terminal

Collapse
 
ztickm profile image
Salim MAHBOUBI

Ante-Scriptum: The other windows aren't pushed by the terminal, I just resized Firefox for the screenshot
screenshot of salimmahboubi's terminal
If you can't read what's in the screenshot:
This is my Guake Terminal, it runs fish, instead of the default bash.
I set it to auto-start on boot-up and always keep it running on the background.
I call it by pressing F12 and it drops down like a video game console, I press F12 and it disappears while still running, without cluttering my already busy window list.
I can set an image as a background, set the background's transparency, choose different themes, open multiple tabs. I love my terminal!

Collapse
 
andrewfader profile image
Andrew Fader • Edited

Arch Linux i7-3770K@3.5Ghz desktop/server assembled in 2009 with 16 gb ram, nvidia gtx970, dual 120 gb corsair force GTs and 2 tb of rotational storage. Run Terminator under Gnome Shell 3, oh-my-zsh powerline theme

Collapse
 
marceloandrade profile image
Marcelo Andrade R. • Edited

gnome-terminal in i3 using zsh with powerline

terminal

Collapse
 
stefanjudis profile image
Stefan Judis • Edited

Here we go. :)

Stefans terminal

If someone wants to read more about it -> stefanjudis.com/blog/declutter-emo...

Collapse
 
jahhein profile image
Jacob Hein • Edited

iTerm, zsh, powerlevel9k, OMZ, and custom colors because I cannot look at half the color schemes without my brain and eyes burning. Soft colors.

Not entirely up-to-date repository here: github.com/Jahhein/zshconfigs

double tapping option brings iTerm up from the bottom of my screen. Those settings are not in the repo, but if anyone is interested I will update the configs to include everything. :)

Collapse
 
yasach1 profile image
sach1 • Edited

Pretty old discussion but here's mine:

Collapse
 
hybrid_alex profile image
Alex Carpenter • Edited

Screenshot of my terminal

  • iterm 2
  • Material palenight theme
  • Input mono font
Collapse
 
darrylpargeter profile image
Darryl Pargeter • Edited

termite + i3 = <3

setup

Collapse
 
petivagyok16 profile image
Peter Palocz

On my work machine, but looks almost identical to my home mac's terminal. I love this color and the transparency.

tmux terminal

Collapse
 
benji profile image
benji • Edited

This one is mine. Pretty basic. iTerm + zsh

First time posting an image here. Didnt know this part

Collapse
 
nickforall profile image
Nick Vernij • Edited

Hyper + Hyperline + ZSH

https://thepracticaldev.s3.amazonaws.com/i/l7x9ht1ynb1n053xwoyo.png

Collapse
 
lauragift21 profile image
Gift Egwuenu • Edited

I recently switched to using ohmyzsh.

Collapse
 
itsjzt profile image
Saurabh Sharma

screenshot please?

Collapse
 
lauragift21 profile image
Gift Egwuenu • Edited

I added one before but here it is
Img

Collapse
 
arandilopez profile image
Arandi LĂłpez • Edited

iTerm2 with ZSH.
Color palette is Dracula
"Theme": From My dotfiles

Collapse
 
samipietikainen profile image
Sami Pietikäinen • Edited

OhMyZsh with Powerline theme
image

Collapse
 
sam_ferree profile image
Sam Ferree • Edited

linux crashing the party!

xubuntu terminal

Collapse
 
samuelmesq profile image
Samuel Mesquita

I practically use a full screen instance with tmux

terminal

Collapse
 
fetsh profile image
Ilia Zemskov • Edited

Guake with fish

guake

Collapse
 
jandedobbeleer profile image
Jan De Dobbeleer • Edited

Running PowerShell in ConEmu. Prompt is oh-my-posh, rolling my own fork of ps-colors with added icons.

Terminal

Collapse
 
michellejl profile image
Michelle J Levine

I have a few different terminal themes I use. My current favorite is ducky:
ducky

I usually use taller at work because it gives me more git information (branch, time since last commit, state of branch):
taller

I'm not currently using magicalness anywhere, but I switch back to it from time to time. Each time a new window/tab is opened in the terminal the emoji in the last line is randomly swapped out.
magicalness

other emoji's that might show up:
emojis

Collapse
 
anthonywc profile image
AnthonyWC • Edited

Mainly zsh with omz theme + powerlevel9k
Mainly zsh with omz theme + powerlevel9k

Collapse
 
ghost profile image
Ghost • Edited

Terminal.app + tmux

I use Nord as theme.

terminal.app

Collapse
 
jaredkat profile image
Jared Kat • Edited

Using Windows Subsystem for Linux as a local terminal. Normally find myself in an SSH Session to another box though. (Have KiTTY, a PuTTY fork, configured quite similarly). Using a solarized Dark color scheme, using dotfiles in source control (on my github). Right.

Collapse
 
medeirosthiago profile image
Thiago Medeiros • Edited

iTerm2 + zsh + tmux + nvim + :pizza:

myterminal - iTerm2 + zsh + tmux + nvim

Collapse
 
squiter profile image
Brunno dos Santos

Just the Terminator in a i3wm :)

Collapse
 
defman profile image
Sergey Kislyakov • Edited

Here you go.

Font: Fira Mono
Colors: Dracula

img

Collapse
 
galileopy profile image
Galileo Sanchez

oh-my-zsh | tmux | htop docker stats | fullscreen vertical monitor
oh-my-zsh | tmux | htop docker stats | fullscreen vertical monitor

Collapse
 
rcrd profile image
Ricardo Gouveia • Edited

Hyper Term, "Hack" font, spaceship-prompt

my terminal

Collapse
 
carlymho profile image
Carly Ho 🌈

...ooh I've never heard of Hyper Term before, but that looks incredibly slick

Collapse
 
rcrd profile image
Ricardo Gouveia

Actually that was the first day I was using it. I most commonly use the terminal inside VS code. But its a really beautiful terminal.

Collapse
 
ore profile image
Oreoluwa Ogundipe • Edited

Here's mine! Was finally able to add emojis to my it!
( gnome-terminal + oh-my-zsh + minimal zsh theme )
OGTerminal

Collapse
 
juancri profile image
JC Olivares • Edited

screenshot

It's MATE Terminal + bash-git-prompt (+arch+mate+compiz)

github.com/magicmonty/bash-git-prompt

Collapse
 
codesavy profile image
Theo • Edited

here's mine - zsh & iterm

iTerm & zsh

Collapse
 
ennor profile image
Enno Rehling (恊荞)

It seems I cannot figure out how to upload images here.

Collapse
 
itsjzt profile image
Saurabh Sharma

Use ![image alt text](image link-- your can get it from the below image icon in text bar)

Collapse
 
ennor profile image
Enno Rehling (恊荞)

The image upload doesn't seem to work on mobile, at least I didn't get a link to paste.

Collapse
 
ennor profile image
Enno Rehling (恊荞) • Edited

Bash in tmux through JuiceSSH on Android.

Collapse
 
danielgabrieln profile image
Daniel-Gabriel • Edited

here is mine :D
Linux Mint

Collapse
 
ranelpadon profile image
ranelpadon

Here's my iTerm2 + Oh My Zsh + PowerLevel9k Theme + Git/VirtualEnv Integration. :)
iTerm2

Collapse
 
bradymholt profile image
Brady Holt • Edited

Iterm2, oh-my-zsh, Honukai theme (modified)

terminal

Collapse
 
iamandrewluca profile image
Andrei Luca • Edited

At work. Ubuntu / Terminator / zsh / pygmalion

my term

Collapse
 
rhymes profile image
rhymes

terminal

Collapse
 
carlosas profile image
Carlos Alandete Sastre

Everyone using Mac to develop. Am I the only one with Linux?

Collapse
 
juancri profile image
JC Olivares

You commited .DS_Store... I want to cry

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
itsjzt profile image
Saurabh Sharma

??

Collapse
 
_ahmed_ab profile image
Ahmed Abdulrahman 😻

Why Image is not showing :/

Thread Thread
 
itsjzt profile image
Saurabh Sharma

Can't say but it looks like you messed the url or markdown syntax

Collapse
 
insign profile image
HĂŠlio oliveira

Ubuntu, ohmyz.sh and guake

ubuntu-ohmyzsh-and-guake

Collapse
 
gerbosan profile image
Carlos A.

This is mine. =D
Appears and disappears with Shift-F12.
I prefer it over VS Code terminal.
Yakuake

Collapse
 
ramlev profile image
Hasse R. Hansen • Edited

iterm2, neovim, zsh, pure, hack font ... look at my github.com/ramlev/dotfiles.git

iTerm

Collapse
 
brunosousa24 profile image
brunosousa24

This is mine:
Terminal

Collapse
 
_ahmed_ab profile image
Ahmed Abdulrahman 😻 • Edited
Collapse
 
cannuhlar profile image
Can Nuhlar

Just the standart kde terminal with breeze dark theme.

KDE Terminal

Collapse
 
jsalvador profile image
Juanjo Salvador • Edited

Zsh on Windows. I mostly work with Linux, but... it's my home computer.

Collapse
 
oitsjustjose profile image
Jose

I'm hyper for Hyper. No plugins, just a hand-made Atom One-Dark theme to match Sublime, IntelliJ, PHPStorm, and my titlebars..

Hyper

Collapse
 
val_baca profile image
Valentin Baca

minimal. iTerm. Menlo 13pt. zsh

Collapse
 
haxn8 profile image
MarlboroNate • Edited

Kitty Terminal with the Dracula Theme
I am using Fish as my default shell with the oh my fish framework

Collapse
 
itsjzt profile image
Saurabh Sharma

Oh this looks ❤

Collapse
 
yunfan profile image
yunfan

its just any term that could support tmux :D

term

Collapse
 
subbramanil profile image
Subbu Lakshmanan

Here's mine: I use term2, with simple design with enough info on git and how long since the file got changed

iTerm

Collapse
 
cyril profile image
Cyril NiobĂŠ • Edited

I like the minimalist style so here is mine (iTerm 2 + Prezto zsh)

Here is mine minimalist (iTerm 2 + Prezto zsh)

Collapse
 
leneko profile image
leNEKO • Edited

:)
i have no idea of what i am doing

Collapse
 
lozadaomr profile image
Omar Lozada • Edited

Here's my work machine:
zsh + terminator

zsh + terminator

Collapse
 
pavlosisaris profile image
Paul Isaris • Edited

Here is mine :)

Alt text of image

Collapse
 
imiked profile image
Miguel Alfredo

Using Hyper terminal in Windows with WLS2 Image of Yaktocat

Collapse
 
drbragg profile image
Drew Bragg

Here's mine with some neofetch love

Terminal

Collapse
 
imvsnu profile image
imvsnu

Have a look !!!! :)

Collapse
 
itsjzt profile image
Saurabh Sharma

Oh, I can't see. Did you posted an invisible screenshot 😂😅

Collapse
 
imvsnu profile image
imvsnu

It may be :) :)

Collapse
 
kmorope profile image
Camilo Romero • Edited

iTerm with dracula theme :)
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
neo42 profile image
Hao Jiang • Edited

Mine.

Collapse
 
existme profile image
Reza Shams Amiri

Terminator - Linux

Terminator - Linux

Collapse
 
puritanic profile image
Darkø Tasevski

Here's mine :)
ITerm 2 with Pure theme
Term

Collapse
 
marceloalves profile image
Marcelo Alves 🐙

Nothing too crazy
terminal screenshot

Collapse
 
dorcyv profile image
ValĂŠrian Dorcy

Termite + zsh for me ^

Collapse
 
lethalskillzz profile image
Ibrahim Abdulkadir

Here is mine :-D

Collapse
 
jalbertsr profile image
Joan Albert Segura • Edited

Mine :)

screenshot

Collapse
 
baskan profile image
Ilkin Baskan • Edited

here it is; iterm2 with zsh + agnoster theme + zsh-autosuggestions
term

Collapse
 
i3utm profile image
GnosticMike

I wanted to do my First Post about Terminals. I ahve five different ones I review. Please check them out. Thanks!

Collapse
 
itsjzt profile image
Saurabh Sharma

It says 'you lost your way'

Collapse
 
i3utm profile image
GnosticMike

Interesting. Here is the hard link: dev.to/i3utm/whats-my-terminals--271l

I used three different browsers to test it. I hope this works for you.

Thread Thread
 
itsjzt profile image
Saurabh Sharma

looks good.

Collapse
 
jeroka profile image
Esteban Rocha • Edited

Konsole + Zsh + Powerline + Tmux that's all I need.

tmux

Collapse
 
david_j_eddy profile image
David J Eddy • Edited

Nothing to fancy here. Though I do use the fuck pretty often :)

thepracticaldev.s3.amazonaws.com/i...

Collapse
 
pbkarlsson profile image
Philip Karlsson

Shell: Zsh (with Oh-My-Zsh)
Terminal: Terminator
Theme: Agnoster
Gtk theme: United Ubuntu Dark

Collapse
 
fratellomio profile image
Sailor Saturn

I'm using Git Bash. I love my custom prompt with its random icons in the beginning 🥰

Collapse
 
akatasonov profile image
Andrew Katasonov • Edited

I'm surprised nobody mentioned
FAR manager

Collapse
 
dualyticalchemy profile image
⚫️ nothingness negates itself • Edited

can't get some icons goingg
what my screen shat

Collapse
 
tfkamran profile image
Kamran Ahmed Ansari • Edited

Mine.

Terminal Screenshot

Collapse
 
mikepicker profile image
Michele Rullo • Edited

st terminal, vim and Nord theme :) st

Collapse
 
andrecatita profile image
AndrĂŠ Catita • Edited

This is my work terminal.

Hyper + oh-my-zsh.

:) (With my trusty companions.)

terminal

Collapse
 
dj_yanic profile image
YaNic • Edited

Just a nice readable path :)

Imgur

Collapse
 
fzxt profile image
Fahad Ahmad • Edited

macOS, tmux, fish

theme:
ir_black

Terminal

Collapse
 
devslashnull profile image
DevSlashNull • Edited

Guake Terminal on my trusty old Thinkpad.

Terminal Screenshot

Collapse
 
enguerran profile image
enguerran 🐐💨
Collapse
 
rjpsyco009 profile image
Ryan Norton

Looks fine to me!

Collapse
 
jrohatiner profile image
Judith • Edited

I have this urge to suddenly fancy up my terminal :P

jr-terminal

Collapse
 
hackertronix profile image
Prateek Phoenix • Edited

Hyper + Material Theme 🔥

Screeenshot

Collapse
 
itsjzt profile image
Saurabh Sharma

pretty cool, One of my friend also use hyper with material theme.

Just a question: Do you write these long git add android-blah-blah-blah yourself?

Collapse
 
hackertronix profile image
Prateek Phoenix

It's a mixture of autocomplete, command history and command aliases 😅

Collapse
 
igormp profile image
Igor Moura • Edited

Hope I'm not late to the party 😄

terminal

Collapse
 
andreanidouglas profile image
Douglas R Andreani

you can look at my dotfiles

Collapse
 
cu7ious profile image
CU7IOUS

Bash + Bash_It + a bit of customization

Collapse
 
yasgreen93 profile image
Yasmin Green • Edited

My terminal :D
my terminal

Collapse
 
taverasmisael profile image
Misael Taveras

Not the best, but it works

Collapse
 
fallenstedt profile image
Alex Fallenstedt • Edited

:) Here is mine

Collapse
 
hosseinjazayeri profile image
Hossein Jazayeri • Edited

Tiling is everything :D

Collapse
 
belinhacbr profile image
Isabella Ribeiro

+1 for Nord 😊
home phone

Collapse
 
pixeliger profile image
German Emmanuel

Hyper + ZSH + Pure

Collapse
 
rpalo profile image
Ryan Palo

Here's mine!

My terminal

Iterm2, Avit Zsh Theme, An Old Hope color theme, Fira Code (with Ligatures!) font

Collapse
 
moriahmaney profile image
Moriah Maney

here's mine! i blocked out private info like my location and commit messages, but they match the rest of the color scheme.

thepracticaldev.s3.amazonaws.com/i...

Collapse
 
alejandronanez profile image
Alejandro Ñáñez Ortiz • Edited
Collapse
 
cess11 profile image
PNS11 • Edited

tmux, vim, htop, tail and a couple of pil

thepracticaldev.s3.amazonaws.com/i...

Collapse
 
codebrotha profile image
Tineyi Takawira • Edited

Plain old Terminal. Don't judge me.

Collapse
 
rbanffy profile image
Ricardo BĂĄnffy • Edited

The most interesting thing here is the font that I built based on the x3270 one.

Collapse
 
sudhansubedi profile image
Madhu Sudhan Subedi • Edited

Here is mine !

Collapse
 
mutantkeyboard profile image
Antonio Nesic • Edited

It's plain and simple.
image

Collapse
 
lockeag profile image
Adrian Galvez G.

SpaceshipTmux

Collapse
 
jimmysong profile image
Jimmy Song • Edited

iTerm2 + oh-my-zsh + kube-ps1 + kubectl + kubectx

jimmysong-term

Collapse
 
pichord profile image
π

Absolutely!
Yes!

Collapse
 
boris profile image
Boris Quiroz


oh-my-zsh custom theme github.com/boris/dotfiles/blob/mas...

Collapse
 
hritik14 profile image
Hritik Vijay • Edited

I'd just leave it here

Collapse
 
tiffany profile image
tiff • Edited

iTerm with the Wes Bos Cobalt Theme, Powerline Fonts, zsh and Oh-my-zsh, and a few utilities.

Collapse
 
iamandrewluca profile image
Andrei Luca • Edited

Home. macOs / iTerm / zsh / pygmalion

home terminal

Collapse
 
jannolii profile image
Janno Liivak • Edited

Here's my terminal... macOS, iTerm2 with oh-my-zsh

Janno Liivak

Collapse
 
kostaberic profile image
Kosta Berić • Edited

iTerm2 + Oh My Zsh + Solarized + Meslo

Zsh

Collapse
 
vanmronov profile image
Ivan Mironov • Edited

iTerm2 / Oh My Zsh

Collapse
 
ennor profile image
Enno Rehling (恊荞) • Edited

PuTTY on my Windows laptop

PuTTY on my Windows laptop to a remote Linux machine, where all of the real work gets done.

Collapse
 
inozex profile image
Tiago Marques • Edited

GIT Bash, Powershell, CMD, embedded VS Code Terminal and mRemoteNG

Collapse
 
vinibrsl profile image
Vinicius Brasil

I use iTerm2 as my terminal emulator, zsh + ohmyzsh, vim, htop and so on

My terminal

Collapse
 
nikodermus profile image
NicolĂĄs M. Pardo • Edited

I'm always inside VSCode and I use the integrated terminal with Oh My Zsh

Collapse
 
dhcrain profile image
Davis • Edited
Collapse
 
michaeltd profile image
michaeltd

Terminology, eye candy ftw :)
terminology

Collapse
 
rgalbo profile image
Rick Galbo • Edited

splish splash

Collapse
 
leahein profile image
Leah Einhorn • Edited

Work terminal :)

Alt text of image

Tmux for the multi-panels and windows

Collapse
 
patryk_ryczko profile image
Patryk

Yakuake + fish :)
Yakuake + fish

Collapse
 
lechugalf profile image
lechugalf

Ready on my desktop!

Collapse
 
1yndonn3u profile image
👨‍💻 Ly. M

XD,This is my terminal.

Collapse
 
1yndonn3u profile image
👨‍💻 Ly. M
Collapse
 
fengshangwuqi profile image
枫上雾棋 • Edited

vim + zsh + tmux

and this is my config.

to-vim-tmux-zsh

Collapse
 
coolshaurya profile image
Shaurya

Git Bash on Windows -
Pretty awesome with bright colors.

Collapse
 
gremargus profile image
Gustavo Gregianin

Default macOS' terminal app.

Collapse
 
vikkio88 profile image
Vincenzo • Edited

ubuntu+i3wm and terminator zsh + ohmyzsh with candy theme

ubuntuI3wm

Collapse
 
pmihaylov profile image
Preslav Mihaylov • Edited

my terminal

Collapse
 
joaofbantunes profile image
JoĂŁo Antunes • Edited

Cmder wrapping the Windows command line or PowerShell

Cmder

Collapse
 
alextrastero profile image
alextrastero

Mine :)

alextrastero

Collapse
 
maratynsky profile image
Marat Tukhvatullin • Edited

iTerm without zsh
shot

Collapse
 
adithyabhat17 profile image
Adithya NR • Edited
Collapse
 
tonnoz profile image
tonnoz • Edited

oh-my-zsh with power-level-9k theme on terminator

term

Collapse
 
recursivefaults profile image
Ryan Latta • Edited

Iterm2 and zsh

recursivefaults's terminal

Collapse
 
halivert profile image
HalĂ­ • Edited

Yakuake with zsh.
Font: IBM Plex Mono
Yakuake with zsh

Collapse
 
tcelestino profile image
Tiago Celestino

iTerm + ohmyzsh

Collapse
 
allanmacgregor profile image
Allan MacGregor 🇨🇦

Here is mine

Collapse
 
pabiforbes profile image
Pabi Moloi, but Forbes

My work laptop :)

Collapse
 
lechugalf profile image
lechugalf • Edited

Ready to work! simple gnome terminal
terminal

Collapse
 
alembiq profile image
Karel Křemel

Image description

Collapse
 
ameliagapin profile image
Amelia Gapin

Here is mine

Collapse
 
biros profile image
Boris Jamot ✊ / • Edited

My best IDE: guake + tmux + (space)fish + (space)vim

my best ide

Collapse
 
mgattozzi profile image
Michael Gattozzi • Edited

I use alacritty for the terminal: github.com/jwilm/alacritty
The color scheme is a custom one, based off Eva-02 from Neon Genesis Evangellion. :D

Collapse
 
seimic profile image
seimic • Edited

The terminal in this Hashicorp Connect presentation is nice. Anyone knows which one this is?

youtu.be/NEEnUnjheI4

Collapse
 
insolita profile image
Insolita • Edited

zsh, lxterminal, custom theme, with i3wm

lxterminals

Collapse
 
omarajmi profile image
Omar Ajmi • Edited

the one and only Ubuntu

Collapse
 
danhof profile image
Daniel Hofman

CommandGit GUI, the only way to use a terminal in Windows :)
Image description