Skip to content
/ zsh Public

Repo for configuration controlling my local zsh terminal setup

Notifications You must be signed in to change notification settings

sra405/zsh

Repository files navigation

.zsh

This repo is meant for personal use to avoid needing to port various terminal setup based config from machine to machine. It's not meant for external use however I don't plan on putting personal info in here so I thought no harm in sharing

image

Setup

Add these lines to your ~/.zshrc file

# STARSHIP
eval "$(starship init zsh)"
# theme
export STARSHIP_CONFIG=$HOME/.zsh/starship.toml
source $HOME/.zsh/plugins.zsh

I suspect the plugins.zsh will work in any zsh terminal however this is intended to be used with Starship. It's likely to need some additional dependencies from https://github.com/sra405/homebrew.

Fonts

The Starship theme has a prerequisit of a NerdFont being installed. Me being mega lazy and not knowing which font I'd like decided to download them ALL (using this monster command). There's still a little IDE/terminal tweaking need to set this font though

iTerm2
set-iterm2-font.mov

About

Repo for configuration controlling my local zsh terminal setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages