bash-prompt-generator
Customize your Bash Prompt by setting the PS1 variable.
File Explorer
Download Latest Version (.zip)- bug.yml
- feature.yml
- question.yml
- lint.yml
- vuedeploy.yml
- PULL_REQUEST_TEMPLATE.md
- bash_echo_ps1.png
- bash_prompt_example.png
- bash_prompt_generator_colors.png
- bash_prompt_generator_initial.png
- bash_prompt_generator_output.png
- bash_prompt_generator_properties.png
- bash_prompt_generator_selected.png
- bash_prompt_generator_your_prompt.png
- generate-your-prompt.svg
- bash_prompt_generator_og.png
- bash_prompt_generator_twitter.png
- favicon.png
- index.html
- _variables.sass
- EmptyState.vue
- PromptElement.vue
- ElementSelection.vue
- PromptPreview.vue
- PS1Variable.vue
- AddedPromptElement.vue
- DeleteElementIcon.vue
- PromptElements.vue
- ElementProperties.vue
- ColorPicker.vue
- IconButton.vue
- SiteHeader.vue
- ansi.ts
- color.ts
- nerdfontglyph.ts
- promptElementType.ts
- darkMode.ts
- prompt.ts
- promptElement.ts
- promptElementProperties.ts
- promptParser.ts
- App.vue
- main.ts
- shims-vue.d.ts
- .browserslistrc
- .editorconfig
- .eslintrc.js
- .gitignore
- .prettierrc
- babel.config.js
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vue.config.js
# Installation Guide
1. Get the code
git clone https://github.com/Scriptim/bash-prompt-generator
Downloads the entire project code from GitHub to your computer.
cd bash-prompt-generator
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
