8000 GitHub - ttys3/starship-config: starship custom modules
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ttys3/starship-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

starship-config

starship config with custom modules

Installation

  1. Prerequisites

A Nerd Font installed and enabled in your terminal (the example uses JetBrains Mono Nerd Font)

  1. Setup starship
git clone https://github.com/ttys3/starship-config
cd starship-config
make install

# custom module helper tools installation
# os-icon.linux_amd64 is for Linux amd64
# select the correct binary for your os here: https://github.com/ttys3/starship-config/releases/tag/v0.2.0
sudo curl -fL https://github.com/ttys3/starship-config/releases/download/v0.2.0/os-icon.linux_amd64  -o /usr/local/bin/os-icon
# Make the binary executable:
sudo chmod a+x /usr/local/bin/os-icon
  1. Config zsh to use starship prompt

just add eval "$(starship init zsh)" to your ~/.zshrc file


Screenshot

screenshot

2021-06-04_01-51

About

starship custom modules

Resources

Stars

Watchers

Forks

Packages

No packages published
0