←back to thread

457 points benoitg | 3 comments | | HN request time: 0.633s | source
1. bodge5000 ◴[] No.44366788[source]
I know Starship isn't zsh specific but I guess its tangentially related, does anyone know what the default zsh config is on MacOS? I got quite used to it, and now I'm on linux I'd like to replicate it. The closest I've got is using the eastwood theme on oh-my-zsh but it's not quite the same (I dont even think MacOS using oh-my-zsh out the box, but its got all the nice git stuff)
replies(1): >>44369548 #
2. JimDabell ◴[] No.44369548[source]
/etc/zsh:

https://pastebin.com/kjwQ97z1

/etc/zshrc_Apple_Terminal:

https://pastebin.com/kfKF5ych

replies(1): >>44374927 #
3. bodge5000 ◴[] No.44374927[source]
Fantastic, had no idea about these, cheers!