Downloads:
90,959
Downloads of v 1.11.0:
3,126
Last Update:
22 Nov 2022
Package Maintainer(s):
Software Author(s):
- Starship Contributors
Tags:
powershell prompt starship pwsh- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Starship
This is not the latest version of Starship available.
- 1
- 2
- 3
1.11.0 | Updated: 22 Nov 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
90,959
Downloads of v 1.11.0:
3,126
Software Author(s):
- Starship Contributors
Starship 1.11.0
This is not the latest version of Starship available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Starship Contributors. The inclusion of Starship Contributors trademark(s), if any, upon this webpage is solely to identify Starship Contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Starship, run the following command from the command line or from PowerShell:
To upgrade Starship, run the following command from the command line or from PowerShell:
To uninstall Starship, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download starship --internalize --version=1.11.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade starship -y --source="'INTERNAL REPO URL'" --version="'1.11.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade starship -y --source="'INTERNAL REPO URL'" --version="'1.11.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install starship
win_chocolatey:
name: starship
version: '1.11.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'starship' do
action :install
source 'INTERNAL REPO URL'
version '1.11.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller starship
{
Name = "starship"
Version = "1.11.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'starship':
ensure => '1.11.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 25 Nov 2022.
Starship is the minimal, blazing fast, and extremely customizable prompt for any shell!
Shows the information you need, while staying sleek and minimal.
Log in or click on link to see number of positives.
- starship.1.11.0.nupkg (a2b38b228c33) - ## / 65
- starship-x86_64-pc-windows-msvc.zip (b8d58ca4119d) - ## / 67
- starship-i686-pc-windows-msvc.zip (70f1492d669f) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Starship 1.21.1 | 2373 | Friday, October 18, 2024 | Approved | |
Starship 1.21.0 | 268 | Thursday, October 17, 2024 | Approved | |
Starship 1.20.1 | 4850 | Saturday, July 27, 2024 | Approved | |
Starship 1.19.0 | 4385 | Wednesday, May 15, 2024 | Approved | |
Starship 1.18.2 | 3294 | Friday, March 29, 2024 | Approved | |
Starship 1.18.1 | 825 | Sunday, March 24, 2024 | Approved | |
Starship 1.18.0 | 449 | Thursday, March 21, 2024 | Approved | |
Starship 1.17.1 | 4794 | Tuesday, January 2, 2024 | Approved | |
Starship 1.17.0 | 685 | Thursday, December 28, 2023 | Approved | |
Starship 1.16.0 | 8377 | Sunday, July 30, 2023 | Approved | |
Starship 1.15.0 | 3793 | Tuesday, June 6, 2023 | Approved | |
Starship 1.14.2 | 3920 | Wednesday, April 12, 2023 | Approved | |
Starship 1.14.1 | 537 | Tuesday, April 11, 2023 | Approved | |
Starship 1.14.0 | 108 | Tuesday, April 11, 2023 | Approved | |
Starship 1.13.1 | 3605 | Sunday, February 26, 2023 | Approved | |
Starship 1.12.0 | 5787 | Wednesday, December 14, 2022 | Approved | |
Starship 1.11.0 | 3126 | Tuesday, November 22, 2022 | Approved | |
Starship 1.9.1 | 8560 | Thursday, June 30, 2022 | Approved | |
Starship 1.8.0 | 1296 | Sunday, June 19, 2022 | Approved | |
Starship 1.6.3 | 3875 | Wednesday, April 27, 2022 | Approved | |
Starship 1.4.2 | 3449 | Friday, March 11, 2022 | Approved | |
Starship 1.4.1 | 228 | Thursday, March 10, 2022 | Approved | |
Starship 1.2.1 | 3454 | Monday, January 17, 2022 | Approved | |
Starship 1.1.1 | 2034 | Thursday, December 23, 2021 | Approved | |
Starship 1.0.0 | 1229 | Tuesday, November 23, 2021 | Approved | |
Starship 0.58.0 | 1939 | Saturday, September 25, 2021 | Approved | |
Starship 0.57.0 | 1133 | Thursday, August 26, 2021 | Approved | |
Starship 0.56.0 | 1272 | Saturday, July 17, 2021 | Approved | |
Starship 0.55.0 | 734 | Friday, July 2, 2021 | Approved | |
Starship 0.54.0 | 1389 | Sunday, May 16, 2021 | Approved | |
Starship 0.53.0 | 745 | Saturday, May 1, 2021 | Approved | |
Starship 0.52.1 | 541 | Thursday, April 22, 2021 | Approved | |
Starship 0.51.0 | 980 | Tuesday, March 23, 2021 | Approved | |
Starship 0.50.0 | 699 | Sunday, February 28, 2021 | Approved | |
Starship 0.49.0 | 715 | Saturday, January 30, 2021 | Approved | |
Starship 0.47.0 | 768 | Tuesday, November 17, 2020 | Approved | |
Starship 0.46.2 | 779 | Wednesday, October 14, 2020 | Approved | |
Starship 0.46.0 | 312 | Friday, October 9, 2020 | Approved | |
Starship 0.45.2 | 328 | Thursday, October 1, 2020 | Approved | |
Starship 0.45.0 | 216 | Tuesday, September 29, 2020 | Approved | |
Starship 0.44.0 | 816 | Monday, July 6, 2020 | Approved | |
Starship 0.43.0 | 310 | Friday, June 26, 2020 | Approved | |
Starship 0.42.0 | 244 | Monday, June 22, 2020 | Approved | |
Starship 0.41.3 | 411 | Sunday, May 17, 2020 | Approved | |
Starship 0.40.1 | 354 | Saturday, April 11, 2020 | Approved | |
Starship 0.39.0 | 170 | Friday, April 10, 2020 | Approved | |
Starship 0.37.0 | 290 | Tuesday, March 10, 2020 | Approved | |
Starship 0.36.1 | 199 | Saturday, February 22, 2020 | Approved | |
Starship 0.33.0 | 314 | Tuesday, January 7, 2020 | Approved |
© 2022 Starship Contributors
Changelog
1.11.0 (2022-10-14)
Features
- add user-defined color palette (#4209) (d93074d)
- fish: Enable left and right transience (#4204) (06281c2)
- module: Add a meson devenv indicator (#4389) (355800f)
- schema: deny unknown keys (#4270) (b5d3d8f)
- status: Support formatting of pipestatus separator (#4264) (6e35dfa)
Bug Fixes
- buf: fix spacing & harmonize docs with actual configuration (#4450) (3d45236)
- directory: don't strip duplicate directory names twice (#4295) (801fbab)
- pwsh: avoid potential deadlock in init (#4335) (fd55397)
Performance Improvements
1.10.3 (2022-09-07)
Performance Improvements
1.10.2 (2022-08-18)
Bug Fixes
1.10.1 (2022-08-15)
Bug Fixes
1.10.0 (2022-08-14)
Features
- add bun module (#4187) (85692d1)
- Add starship preset command (#4112) (c8a5adb)
- Add support for blink, hidden, and strikethrough styles. (#4138) (aaab920)
- Add the ability to have some file extensions prevent a module from triggering (#4043) (dd73447)
- Enable transience for Cmd and PowerShell (#4143) (6e9c013)
- git: replace
git2
withgit-repository
(#3883) (ac55a01) - k8s: Add folder detection to the k8s module. (#4157) (5c5969c)
- package: support cargo workspace versions (#4161) (0a1235e)
- status: Add pipestatus_segment_format option to status module (#4103) (6143848)
Bug Fixes
- aws: support official
AWS_SHARED_CREDENTIALS_FILE
variable (#4242) (1390036) - timings: count time spent on custom on 'when' command failure (#4121) (aae1ed0)
Performance Improvements
- pulumi: allow disabling upwards discovery (#4159) (af15de9)
- rust: avoid calling
rustup
in more conditions (#4174) (d8ac940)
Miscellaneous Chores
- master: release 1.10.0 (b974610)
1.9.1 (2022-06-27)
Bug Fixes
- regenerate changelog (8a6be8c)
Miscellaneous Chores
- master: release 1.9.1 (6cbc362)
1.9.0 (2022-06-26)
Features
Bug Fixes
- character: Standadise Vim config names (#4081) (6761938)
- install: Have fixed a spacing issue in output (#4082) (2ffe173)
1.8.0 (2022-06-16)
Features
- Add support for Daml (#4004) (3fe6cc0)
- kubernetes: add user alias (#4008) (df5c2d8)
- release: add windows msi installers (#4031) (89fd532)
Bug Fixes
- escape text segments in meta variables (#3563) (7d31bac)
- fish: add proper vi mode detection for fish shell (#3839) (1469763)
- install: ignore tarfile ownership values when installing as root (#4046) (1a91510)
- nu: don't use
cygpath
for starship binary path in init (#4001) (9b52475) - some typos (e7c1976)
1.7.1 (2022-05-24)
Bug Fixes
- trigger release (2cdf902)
1.7.0 (2022-05-24)
Features
- go: check for go.work file to show Go module in prompt (#3968) (9ebfce1)
- hostname: add
ssh_symbol
for ssh connections (#3806) (2bf30dc) - package: Extract package version from PEP 621 compliant pyproject.toml (#3950) (1b938fd)
- rust: Display toolchain names (#3414) (393d62c)
Bug Fixes
- ci: Version bump and fix Crowdin Pretranslate (#3992) (a0a6c94)
- Do not panic in config if editor not found (#3766) (2e80aec)
- module: list option not working (#3919) (6fe6735)
- nu: use the most recent starship init (#3908) (382445d)
- Use git2Repositoryopen_ext() instead of discover() (#3591) (81a696a)
1.6.3 (2022-04-26)
Bug Fixes
- git_branch: correct variable name for remote branch (#3897) (bd7957f)
- schema: move config-schema into docs folder (#3878) (094f982)
Performance Improvements
Reverts
1.6.2 (2022-04-15)
Bug Fixes
- trigger another release (81d2ce6)
1.6.1 (2022-04-15)
Bug Fixes
- fix release-please permissions (23be606)
1.6.0 (2022-04-14)
Features
- Add a module for C projects (#3631) (0863146)
- allow printing config file schema (#3737) (18ad26f)
- aws: add option to force AWS display (#3720) (e04f126)
- cmd_duration: make notify feature optional (compat with nix darwin) (#3855) (efaab49)
- spack: Add
Spack
module (#3639) (3014284) - username: Detect Admin access in Windows (#2791) (c89c130)
Bug Fixes
- bash: ensure
checkwinsize
is enabled for$COLUMNS
(#3832) (0334327) - directory: enable repo_root_style when truncation_length is zero. (#3536) (441ebb3)
- docker_context: ignore the "default" context (#3803) (#3804) (230e85b)
- fish: allow generating session keys in older versions of fish (#3697) (0fb4219)
- init: Change Elvish init to
catch
for 0.18 (#3769) (538329d) - nu: Use
=
instead of space to pass command line parameters (#3833) (2608db3) - nu: use shell-provided terminal width (#3800) (859b780)
This package has no dependencies.
Ground Rules:
- This discussion is only about Starship and the Starship package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Starship, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.