add README.md
This commit is contained in:
parent
123ba6e815
commit
50b5727d87
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
# bashrc theme
|
||||||
|
|
||||||
|
Custom bash prompt with 256-color theme.
|
||||||
|
|
||||||
|
```
|
||||||
|
[09:30 01.12.2026]
|
||||||
|
[user@host /path:$]
|
||||||
|
```
|
||||||
|
|
||||||
|
- **prompt** — color 47 (cyan/green)
|
||||||
|
- **username** — color 69 (blue) for regular user, 199 (pink) for root
|
||||||
|
- user input/output — default terminal color
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# current user
|
||||||
|
./install.sh user
|
||||||
|
|
||||||
|
# system-wide (/etc/skel/)
|
||||||
|
sudo ./install.sh system
|
||||||
|
```
|
||||||
|
|
||||||
|
Install also changes default shell to bash via `chsh` (interactive prompt).
|
||||||
Loading…
Add table
Reference in a new issue