diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8871b7c..04c6bbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,12 +88,12 @@ const plugin: Fig.Plugin = { displayName: "My New Plugin", github: "withfig/my-new-plugin", description: "A one-line description of what this plugin does", - screenshots: ["images/example.png", "images/another-example.png"] + screenshots: ["images/example.png", "images/another-example.png"], shells: ["zsh"], authors: [ { name: "Fig", twitter: "@fig", github: "withfig"}] - /* ... */ + /* ... */ } export default plugin; ``` diff --git a/plugins/starship/README.md b/plugins/starship/README.md new file mode 100644 index 0000000..0920cb3 --- /dev/null +++ b/plugins/starship/README.md @@ -0,0 +1,126 @@ +
+
+
+ Website + ยท + Installation + ยท + Configuration +
+ + +[](https://vshymanskyy.github.io/StandWithUkraine) + + + +
+
+**The minimal, blazing-fast, and infinitely customizable prompt for any shell!**
+
+- **Fast:** it's fast โ _really really_ fast! ๐
+- **Customizable:** configure every aspect of your prompt.
+- **Universal:** works on any shell, on any operating system.
+- **Intelligent:** shows relevant information at a glance.
+- **Feature rich:** support for all your favorite tools.
+- **Easy:** quick to install โ start using it in minutes.
+
++Explore the Starship docs โถ +
+ +## ๐ง Configuration + +Start a new shell instance, and you should see your beautiful new shell prompt. +If you're happy with the defaults, enjoy! + +If you're looking to further customize Starship: + +- **[Configuration](https://starship.rs/config/)** โ learn how to configure Starship to tweak your prompt to your liking + +- **[Presets](https://starship.rs/presets/)** โ get inspired by the pre-built configuration of others + +## ๐ค Contributing + +We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/๐ฑ%20good%20first%20issue). + +If you are fluent in a non-English language, we greatly appreciate any help keeping our docs translated and up-to-date in other languages. If you would like to help, translations can be contributed on the [Starship Crowdin](https://translate.starship.rs/). + +If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. ๐ + +## ๐ญ Inspired By + +Please check out these previous works that helped inspire the creation of starship. ๐ + +- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** โ A ZSH prompt for astronauts. + +- **[denysdovhan/robbyrussell-node](https://github.com/denysdovhan/robbyrussell-node)** โ Cross-shell robbyrussell theme written in JavaScript. + +- **[reujab/silver](https://github.com/reujab/silver)** โ A cross-shell customizable powerline-like prompt with icons. + +
+
+
+