https://github.com/cdelmoral/avit-sfdx
Theme for Oh My Zsh based on avit with added functionality for sfdx cli
https://github.com/cdelmoral/avit-sfdx
Last synced: 3 months ago
JSON representation
Theme for Oh My Zsh based on avit with added functionality for sfdx cli
- Host: GitHub
- URL: https://github.com/cdelmoral/avit-sfdx
- Owner: cdelmoral
- Created: 2019-12-22T01:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T01:33:50.000Z (over 5 years ago)
- Last Synced: 2025-01-18T08:24:07.216Z (5 months ago)
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
avit-sfdx
Custom theme for oh-my-zsh that expands on the default provided theme avit to add the configured `defaultusername` for `sfdx` in the prompt.
### Prerequisites
* [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh)
* [jq](https://github.com/stedolan/jq)### Installation
Simply copy the `avit-sfdx.zsh-theme` file into your custom themes folder (`~/.oh-my-zsh/custom/themes/`), and update your `~/.zshrc` to use it by setting the variable `ZSH_THEME="avit-sfdx"`. Restart your terminal and happy Salesforce coding!