parent
6a49cde998
commit
f511349152
|
|
@ -1,7 +1,9 @@
|
||||||
# Brainy theme
|
# Brainy theme
|
||||||
|
|
||||||
Simple colorful terminal prompt theme (inspired by a number of themes).
|
Simple colorful terminal prompt theme (inspired by a number of themes).
|
||||||
|
|
||||||
Supported on all operating systems.
|
Supported on all operating systems.
|
||||||
|
|
||||||
In constant maintenance and improvement
|
In constant maintenance and improvement
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -22,10 +24,10 @@ export BASH_IT_THEME="brainy"
|
||||||
|
|
||||||
### Automatically via terminal
|
### Automatically via terminal
|
||||||
|
|
||||||
You can install the theme automatically using the `sed` command from your Linux or OSX Terminal.
|
1. You can install the theme automatically using the `sed` command from your Linux or OSX Terminal.
|
||||||
For installation on windows you should use `[Git-Bash](https://git-for-windows.github.io/) status` or make sure the terminal emulator you use (ej: cygwin, mintty, etc) has the `sed` command installed.
|
2. For installation on windows you should use `[Git-Bash](https://git-for-windows.github.io/)` or make sure the terminal emulator you use (ej: cygwin, mintty, etc) has the `sed` command installed.
|
||||||
|
|
||||||
Examples:
|
Command to execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Set the "brainy" theme replacing the theme you are using of bash-it
|
# Set the "brainy" theme replacing the theme you are using of bash-it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue