As a follow up to my post on my text editor setup, I wanted to write about the other key part of my development setup -- my terminal. Unlike my rel...
For further actions, you may consider blocking this person and/or reporting abuse
I love oh-my-zsh!
Everyone loves their splitting, multiplexing terminals, but I tried something different this timeβIβve been using i3wm for almost a year, and I really like it. If I need a new pane, I just pop open a new tile.
Iβve never asked if there is a difference between the two. Am I missing out by not using a multiplexer?
Aside from feature sets, I really rely on love stories when picking out my dev tools.
oh-my-zsh! is one of those things I can't ignore the love for. I'm going to finally give it a dive.
Yessss! it's amazing
I remember it being kinda slow. I'd recommend using zgen and loading only what you need from OMZ.
Thanks for loving Oh My Zsh! <3
Thank you for all your continued work on it, Robby!
On my Linux box I'm using Awesome WM, but it's the same principle. Why muck around with terminal panes when you have a whole window manager designed specifically for handling windows?
Bonus feature is that you can use any terminal you like without relying on it supporting panes/windows internally.
You typically also get multiple desktops with a window manager (called tags in awesome), so you can have a bunch of sysadmin terminals up on one tag and then either hit mod4+left/right to scroll to the next or hit mod4+number to jump to a specific one. I have mine set up to always open Firefox in a specific tag for example. You can configure different layouts for different tags, and swap layouts on the fly (awesome is a dynamic WM so it supports both tiling and floating windows).
Another bonus feature is it tiles/handles any type of window, not just terminals. So if you want two terminals, a gedit, and a browser up at the same time they all get tiled into the right place.
There's advantages of working in either way, but I'm looking forward to installing Awesome on my machine soon.
I think if you prefer to work on macOS Ali's way + a window management tool (BetterSnapTool is my favourite) is probably ideal.
Yes - if you want to switch to a different session with a keyboard shortcut you have to use generic WM shortcuts and more importantly if you're on a foreign system and create a new terminal it'll be local. With a multiplexer it'll be logged into the remote system (and just as disconnectable as your original session)
Oh, this! I remember, itβs just been a while. Thanks!
Same here for i3!
In case it's not clear, tree is not a shell built-in, it's the name of an external program (e.g. /usr/bin/tree.) Therefore it doesn't matter what shell you're using; either the program is installed or it isn't. Apt-get install tree, or brew install tree, or whatever other tool you use to install apps use that to install tree. ;)
There's git tab-completion in bash as well if you turn it on.
I think that zsh has things to offer, but the things most people seem to talk about are available in bash if you want anyway. Zsh has some cooler globbing, but that's about it for me. I prefer to know bash well since it's much more likely to be the shell I'm using on a foreign system.
This is super timely for me! I just started fiddling with my terminal last week for the first time (I'm just starting to learn to code.) I upgraded to iTerm and like some of the features already. I'll be saving this to return to and read as I start to understand more.
Does anyone have any recommendations on an article or video for total newbie programmers setting up their terminals? Maybe more of a high-level overview?
Here you go! Hope you find it useful.
laracasts.com/series/setup-a-mac-d...
Thanks! I like his style too - I'm going to check out other videos.
You're welcome!
The guy speaking is Jeffrey Way. One of the most advanced Laravel's users. He's even a Laravel contributor for what I know, along with Taylor Otwell who's the actual creator.
Btw, Laravel is a PHP framework (a pretty robust one tho!)
On Laracasts you can find a lot of videos on Laravel of course, but there are a lot of other topics that doesn't concern the framework and still can be very helpful.
Like: Git me some version control, or "stand back i'm going to try regex", vue2, flexbox etc.
Some free some under subscription. But still, the free material has the same quality as the paid one.
I'm so delighted to see you mention Oh My Zsh in this article. Thanks for helping spread the word. :-)
Ahh thanks for reading!! And for Oh My Zsh, it's amazing!
Fish autocompletion was what sold me on fish, but since hearing about Apple using zsh as the default terminal in the next major OS version, I decided to try zsh again. I got it setup fairly easily and I found a plugin that does the same thing as fish autocompletion, so switching back to zsh has been pretty transparent.
For those interested, here's the plugin.
I think I will have to update my Mac setup
My Mac Setup
Nick Taylor γ» Jan 12 '18 γ» 9 min read
or just do a write up on my zsh setup. π
I love .oh-my-zsh and the plugins. Ie: git, sudo, z, colored-man-pages & dirhistory. I have used Konsole on Mint since 16 & now 19.
Thanks for sharing your favorite plugins, Michael!
Thank you for all your hard work making Oh-my-zsh such a gr8 add on for my nix boxes... it's a pleasure to use!
Nice! I'm also iTerm + oh-my-zsh, using Powerlevel 9k for custom theme. I don't use panels--I've always just used tabs, as I keep the terminal window in a small corner of my workspace. I don't feel like it's made much difference.
Screenshot!
Nothing to stop you using panes and tabs together!
Yay!
Avit-pure is my fav oh-my-zsh theme, this is my version with a couple of tweaks:
github.com/mrgnw/mzsh/blob/master/...
(Like if you're in SSH it'll show π‘ so you don't accidentally mix up sessions)
A fellow spaceship user!
I may have to post about my own setup now, which selects a random prompt character each session. πβοΈππ
I did not know about the '...' alias! I may have to dig my hands into the zsh alias's, after seeing how it's improved your workflow.
Thanks for the article!
Just the right time to update my ZSH config and finally fix some color issues. I use iTerm2 with the Light theme, because I found that staring at little white lines in a lot of black was uncomfortable.
I love the spaceship theme. Thanks for the inspiration!
What is a good alternative for Windows users, anyone?
I use Hyper on my windows machine -- don't love it quite as much, but it's really extendible which is cool!
It looks fantastic and is customisable, as you say. Downsides are: too unstable, too slow. If only there was an iTerm port for Linux and Windows, too! :(
Truly, Nothing Compares 2 U, iTerm!
I use MobaXTerm a lot at work. It's not quite in the same category as bash and zsh - it's a terminal, really - but it brings a lot of the Unix-y goodness to Windows.
It does tabs, and it'll connect via most protocols that you're likely to need.
Plus it comes with a built in X server, which I love - just being able to run a GUI program and have it work without having to fire up another server. :-)
mobaxterm.mobatek.net/
There's conemu and cmder, as well as Terminator. PowerShell is also really powerful, though it's not trying to be a *nix-style terminal so it's a bit different.
I have recently started using Terminus, serves the purpose for me.
github.com/Eugeny/terminus
Great post!
I think it was oh-my-zsh which initially pushed me to really customize my own dotfiles. It's a good way to get a nice terminal setup really quickly and then you can tweak away from there.
Are you using shell integration and triggers in iTerm2? I just finally got around to figure out what theyβre for, and itβs awesome.
Shell integration detects your prompt so you can quickly navigate back to the star of the output of the previous command, for example. Saves you from having to clear your scrollback buffer before a command with a lot of output. It can also switch profiles depending on your username, host, or path.
Triggers can react to the output. I use it to pop a notification when Ansible is done running, to colour the run time of lengthy Ansible tasks, etc.
I had been using iTerm2 & ZSH in such a basic way... This helped me make it so much better! Thank you!
Oh-my-zsh π€ take a look at tmux and tig
From that article, I changed my terminal and moved from a powerline classic terminal to a more fun one.
With emoji, I love it.
I didn't know the Spaceship prompt but I really love it.
Here is a quick picture of my terminal :
Ah I like it! Looks good!
Ali,
I love your multiple panel open. For example i am a javascript game developer so i could now open "npm run watch" and "npm run serve" open in 2 panels. I already did this in iTerm but i did this in tabs. Your tip might be better for my situation.
Thanks!
Have you looked at kitty terminal? It's ridiculously performant, but requires conf file configuration.
Oh cool! I haven't noticed any performance issues with my current setup, but that could be an awesome option as well!
GPU based β¦ does this mean I could do something cool with this dedicated graphics card I rarely turn on?
Iβve been using Termite for the last year. Itβs easy.
GPU Rendering means it's really really fast. Some tests I ran went like this:
slack-files.com/T2ANEMZU1-FBT7X42E...
Alactritty: rg perl 7.28s user 28.04s system 21% cpu 2:43.80 total
iterm2: rg perl 7.15s user 26.87s system 0% cpu 58:14.69 total
kitty: rg perl 6.26s user 19.47s system 11% cpu 3:35.96 total
hyper: rg perl 6.65s user 16.02s system 25% cpu 1:27.68 total
So, things like tmux scrolling, vim scrolling, logfile scrolling are liquid smooth.
Configured my terminal to look similar to the one in VSCode... Love it.
thepracticaldev.s3.amazonaws.com/i...
I use the Terminator on Ubuntu but miss so much the trigger option of iTerm2.
Someone knows something that does this job?
The only thing I miss since switching to Linux is iTerm2. Such a great piece of software... Well, at least I still have oh-my-zsh.
Thanks for sharing your setup!
Using zsh from here on out. Been on iTerm for a while.
Lol the acp function is killer, love it.
Going to install
tree
tomorrow! That looks outstanding.Another awesome article, Ali. Thanks for sharing π
Very helpful, thanks!
which font is that?
So my shop is 100% bash. How do you, a zsh user, work and play in that environment?
I have a second computer that runs bash -- they're so similar that it's not a huge deal. Just really nice to have Zsh when its an option!
Nice setup! I use iTerm2 with oh-my-zsh, and spend a lot of time there too, as my primary editor is vim, I use tmux for splitting panes and managing sessions.
I customized and it looks like
Thanks for this. I was not keen on switching from bash, but you've made zsh sound almost fun! :-)
Thanks for the read. I had to move on to zsh as Apple moved from bash to zsh. Reading your blog and using "Oh My Zsh" really made it an easy transition ππ»
Love the spaceship info, really useful too!
Hi Ali,
is it possible for you to share your iterm2 theme used above? I really loved it. thanks
How have I lived without this?
Cool setup! For those who want instruction on how to install and play with zsh and oh-my-zsh, I wrote this article awhile back.
Yes, zsh with oh-my-zsh is really, really awesome. I mostly use the terminal built into VS Code, so I don't have to leave the editor for shell jobs.
Awesome! :)
Zsh is amazing, but I personally use Fish Shell with oh-my-fish. Very easy to setup and use !
I was about to comment on here about Fish. I moved from Bash to Fish and haven't moved back. I didn't know about oh my fish, so going to have to look into that one.