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: 3 days ago
JSON representation
Make Your Shell Shine 🌟🐚
- Host: GitHub
- URL: https://github.com/2kabhishek/starship2k
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-11-18T18:50:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:41:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T23:38:57.045Z (2 months ago)
- Topics: bash, cli, fish, prompt, shell, starship, terminal, theme, zsh
- Size: 96.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
| More Links
| Other Projects