Home

Awesome

<div align = "center"> <h1><a href="https://github.com/2kabhishek/starship2k">starship2k</a></h1> <a href="https://github.com/2KAbhishek/starship2k/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/2kabhishek/starship2k?style=flat&color=eee&label="> </a> <a href="https://github.com/2KAbhishek/starship2k/graphs/contributors"> <img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/starship2k?style=flat&color=ffaaf2&label=People"> </a> <a href="https://github.com/2KAbhishek/starship2k/stargazers"> <img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/starship2k?style=flat&color=98c379&label=Stars"></a> <a href="https://github.com/2KAbhishek/starship2k/network/members"> <img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/starship2k?style=flat&color=66a8e0&label=Forks"> </a> <a href="https://github.com/2KAbhishek/starship2k/watchers"> <img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/starship2k?style=flat&color=f5d08b&label=Watches"> </a> <a href="https://github.com/2KAbhishek/starship2k/pulse"> <img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/starship2k?style=flat&color=e06c75&label="> </a> <h3>Make Your Shell Shine 🌟🐚</h3> <figure> <img src= "images/screenshot.jpg" alt="starship2k Demo"> <br/> <figcaption>starship2k screenshot</figcaption> </figure> </div>

starship2k is a shell prompt based on starship prompt.

✨ Features

Setup

⚡ Requirements

🚀 Installation

git clone https://github.com/2kabhishek/starship2k
cd starship2k
ln -sfnv $PWD/starship.toml ~/.config/

💻 Usage

# bash, append to ~/.bashrc
eval "$(starship init bash)"

# zsh, append to ~/.zshrc
eval "$(starship init zsh)"

For more details check the setup section on starship

Behind The Code

🌈 Inspiration

Wanted to do a comparison between oh-my-posh and starship for a better cross platform option. Both have their pros and cons.

For my oh-my-posh config, check out Posh2K

💡 Challenges/Learnings

🧰 Tooling

🔍 More Info

<hr> <div align="center">

<strong>⭐ hit the star button if you found this useful ⭐</strong><br>

<a href="https://github.com/2KAbhishek/starship2k">Source</a> | <a href="https://2kabhishek.github.io/blog" target="_blank">Blog </a> | <a href="https://twitter.com/2kabhishek" target="_blank">Twitter </a> | <a href="https://linkedin.com/in/2kabhishek" target="_blank">LinkedIn </a> | <a href="https://2kabhishek.github.io/links" target="_blank">More Links </a> | <a href="https://2kabhishek.github.io/projects" target="_blank">Other Projects </a>

</div>