Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/2KAbhishek/starship2k

Make Your Shell Shine 🌟🐚
https://github.com/2KAbhishek/starship2k

bash cli fish prompt shell starship terminal theme zsh

Last synced: about 2 months ago
JSON representation

Make Your Shell Shine 🌟🐚

Lists

README

        

starship2k


License


People


Stars


Forks


Watches


Last Updated

Make Your Shell Shine 🌟🐚

starship2k Demo


starship2k screenshot

starship2k is a shell prompt based on starship prompt.

## ✨ Features

- Powerline support
- Exhaustive git prompt
- Support for multiple languages
- Multiline prompt

## Setup

### ⚡ Requirements

- [starship](https://github.com/starship/starship)
- a shell of your choice

### 🚀 Installation

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

### 💻 Usage

```bash
# 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](https://github.com/starship/starship#step-2-setup-your-shell-to-use-starship)

## Behind The Code

### 🌈 Inspiration

Wanted to do a comparison between [oh-my-posh](https://github.com/jandedobbeleer/oh-my-posh) and [starship](https://github.com/starship/starship) for a better cross platform option.
Both have their pros and cons.

For my oh-my-posh config, check out [Posh2K](https://github.com/2kabhishek/Posh2K)

### 💡 Challenges/Learnings

- Learned about starship configuration format, found oh-my-posh to be more intuitive.

### 🧰 Tooling

- [Dotfiles](https://github.com/2kabhishek/Dotfiles) — Dev Environment
- [nvim2k](https://github.com/2kabhishek/nvim2k) — Personalized Editor

### 🔍 More Info

- [Posh2K](https://github.com/2kabhishek/Posh2K) My oh-my-posh configs


⭐ hit the star button if you found this useful ⭐

Source
| Blog
| Twitter
| LinkedIn
| More Links
| Other Projects