First: love it. Now, 2 questions. How do you format that prompt? Multi-level and folder icon looks really slick. Secondly, is the date/time always there or is that part of neofetch? If it's always there I'd love to know how you set that up.
Awesome, much appreciated! However, this is the first I'm hearing about Powerlevel9k and a cursory look at it tells me it may be a rabbit hole that never actually ends. So... thanks?
It's not the fastest terminal emulator out there but definitely faster than Hyper 1 & 2. Impressive how much performance improvements ZEIT has been able to put into their latest release. Definitely shows that Electron apps do not need to be resource hogs.
I'd guess in the past it has been too exotic a choice for daily usage as you would have to chain commands like mkdir newdir; and cd newdir instead of basic &&. Now the game has changed, though, so let's keep on praising it. π
wow, thanks for sharing this. I've recently started setting up wsl2 on different distro, will try this lsd instead, got me at rust π. Btw, your terminal looks great, may I know it's details?
Edit: I have tried lsd, confirm that's it's amazingly fast, no hiccups as observed with colorls. I'll have to see its performance together with spaceship prompt and other zsh plugin, my original setup in wsl1.
An opcode is the first byte of an instruction in machine language which tells the hardware what operation needs to be performed with this instruction. Every processor/controller has its own set of opcodes defined in its architecture. An opcode is followed by data like address, values, etc if needed.
Top comments (143)
just kidding π
Best terminal of all times π
Simply legend terminal ππ
First: love it. Now, 2 questions. How do you format that prompt? Multi-level and folder icon looks really slick. Secondly, is the date/time always there or is that part of neofetch? If it's always there I'd love to know how you set that up.
Thanks!
Using Powerlevel9k for that. Here's a gist of my settings for it.
Awesome, much appreciated! However, this is the first I'm hearing about Powerlevel9k and a cursory look at it tells me it may be a rabbit hole that never actually ends. So... thanks?
:)
What command shows that?
neofetch.
If you're on Mac with Homebrew installed just do
brew install neofetch
or
port install neofetch
That very nice..!! ππ
Here's mine
Chris - I love your colorscheme. I've implemented it in my terminal emulator too!
How did you choose the font, by the way?
Almost the same with Ali!
Using:
tmux
to create multiple sessions and split panesexa
as replacement forls
bat
as replacement forcat
(aliased here, though)Lovely, I'm seeing a lot of fellow fishes
Iβm curious- why do you like Hyper 3? (Iβve never tried it)
Because there is no iTerm for Windows. With Hyper I can replicate this exactly same terminal experience on all platforms.
Well, Windows has a bit different font rendering but otherwise I can just hop between computers and stay productive.
The other terminal I'm using sometimes is the one built into VS Code which is another cross-platform dream.
Ahh I see I see.
I may try it but I wonder if itβs a bit of a hog with electron. I like that you can style it with css
It's not the fastest terminal emulator out there but definitely faster than Hyper 1 & 2. Impressive how much performance improvements ZEIT has been able to put into their latest release. Definitely shows that Electron apps do not need to be resource hogs.
Fish is great. I'm always surprised it is not more popular.
I'd guess in the past it has been too exotic a choice for daily usage as you would have to chain commands like
mkdir newdir; and cd newdir
instead of basic&&
. Now the game has changed, though, so let's keep on praising it. πYou can read all about it here:
My Terminal Setup: iTerm2 + Zsh π₯
Ali Spittel γ» 4 min read
I loved your setup so I implemented it
Its a mix of Wes Bos's setup and the Dracula theme
hyper
hyper-snazzy
hyper-opacity
hyperminimal
What is this
l
command that show icons?ls
aliased asl
in shell config file. Icons and colors can be achieved withcolorls
github.com/athityakumar/colorlsThanks !
I've found another way to do so: github.com/Peltoche/lsd +
alias ls=lsd
.wow, thanks for sharing this. I've recently started setting up wsl2 on different distro, will try this lsd instead, got me at rust π. Btw, your terminal looks great, may I know it's details?
Edit: I have tried lsd, confirm that's it's amazingly fast, no hiccups as observed with colorls. I'll have to see its performance together with spaceship prompt and other zsh plugin, my original setup in wsl1.
I use arch btw!
Are you part of OperationCode.org or does the opcode prompt mean something different to you?
Hi, actually I didn't know OperationCode.org before.
My opcode username is related to CPU;
My Gnome-terminal with bash and dracula theme
Some more show-off :-p
How can I have my own bash theme like your Dracula :)
Gogh is a bash script that provides lots of themes including Dracula. Have fun.
Thank youu :)
Tiny Care Terminal
Some comments may only be visible to logged-in visitors. Sign in to view all comments.