btw oh-my-zsh works on both zsh and fizsh :3

seen from United States
seen from Malaysia
seen from China
seen from Bolivia
seen from Malaysia
seen from United States
seen from United States

seen from United States

seen from Türkiye

seen from Netherlands
seen from China

seen from Latvia

seen from Austria
seen from Netherlands
seen from Türkiye

seen from Germany

seen from Brazil

seen from Türkiye
seen from China
seen from United States
btw oh-my-zsh works on both zsh and fizsh :3
My vanilla zsh setup || What's zsh || How to install and configure zsh
If you know, you know. #ohmyzsh https://www.instagram.com/p/B_IOt9Lp3NI/?igshid=4l0qmncrmjxn
Changing my @jetbrains theme to exactly match my @_ohmyzsh iTerm theme because the colours were slightly off in the Jetbrains console. First thing I've done since the Easter holiday has started. Because I know how to have fun. #devlife #themes #ohmyzsh #iterm #jetbrains #happyeaster🐰 https://www.instagram.com/p/B-yuMjRFBAy/?igshid=10t2ekedutzg4
终端之路,从Bash到zsh与oh-my-zsh
无论是否愿意,只要不是在windows系统下开发(windwos系统下当然也会用,只是会少一些),就离不开和终端打交道,作为传统的默认的Shell,Bash可以满足我们大部分日常使用,但是,当Mac系统将默认Shell从Bash更换为Zsh之后,就令人不得不反思Bash究竟是哪些地方已经跟不上时代的要求了,于是,从跟随时代脚步的角度出发,将终端从Bash更换为zsh就是自然而然水到渠成的事情了。
要查看系统中安装了哪几种终端程序。可以用
cat /etc/shells
要更换终端,则可以使用下列命令在不同终端间切换。
chsh -s /bin/zsh #切换为zsh chsh -s /bin/bash #切换回bash
要注意的是,如果之前有配置在bash中的配置文件,切换了终端之后会无法使用,需要在zsh终端重新配置。一般来说,bash的配置文件在~/.b…
View On WordPress
I've finally chosen Breeze. Now I'm ready to dev again. #ohmyzsh #zsh #devlife #iterm https://www.instagram.com/p/B4Z1mK2AN_O/?igshid=8acdn0k7xt1b
Reminds of my Turbo Pascal days!! If it didn't hurt my eyes so much I would choose this profile just for the nostalgia kick! #turbopascal #zsh #ohmyzsh #iterm #devlife https://www.instagram.com/p/B4Z0_SbAtf9/?igshid=gbe9irhpocrp
Oh-My-ZSH
It really is better than bash, some what.
Oh-my-zsh is a great framework for using ZSH. As a general rule, I tend not to use it as root. However, when I do run root, I use oh-my-zsh.
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
View On WordPress