https://github.com/niksingh710/bash_prompt
Simple Bash Ps1 Variable Editing to make it look a bit nice.
https://github.com/niksingh710/bash_prompt
Last synced: 2 months ago
JSON representation
Simple Bash Ps1 Variable Editing to make it look a bit nice.
- Host: GitHub
- URL: https://github.com/niksingh710/bash_prompt
- Owner: niksingh710
- Created: 2020-10-16T11:01:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T16:04:04.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T14:12:31.128Z (4 months ago)
- Language: Shell
- Size: 1.34 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Prompt
Simple Bash Ps1 Variable Editing to make it look a bit nice.
# Installation
`mkdir -p ~/Personal && git clone https://github.com/niksingh710/bash_Prompt.git ~/Personal/.bash_customPrompt && echo source ~/Personal/.bash_customPrompt/custom_prompt.sh >> ~/.bashrc && exec bash `
# Images


# Requirements
Git needed to be installed and this is tested on Linux with bash shell.
## Ubuntu/Debian based distro
### (Or Distros have apt package manager)
`sudo apt install git`
Other Distro USERS use google 😅.
## Note
The fonts in 'assets/fonts' directory is required to make it work.
## Tip
Try different branches to check new edits.
How to ?
Navigating to directory.
`cd ~/Personal/.bash_customPrompt/`
Seeing available branches
`git branch`
To try a branch
`git checkout && exec bash`
# Have New Ideas or Questions?
[Contact Me](https://t.me/niksingh710)