22 lines
521 B
Markdown
22 lines
521 B
Markdown
|
# jstm's bashrc
|
||
|
This is a premade and fully-fletched bashrc, fully configurable to your liking.
|
||
|
|
||
|
## Requirements
|
||
|
- bash
|
||
|
- coreutils
|
||
|
- ncurses (for `tput` command)
|
||
|
|
||
|
## Nice to have / Support for
|
||
|
- eza
|
||
|
- bat
|
||
|
- moar
|
||
|
- ytfzf
|
||
|
|
||
|
## Usage
|
||
|
### Installing
|
||
|
```bash
|
||
|
git clone https://git.staropensource.de/JeremyStarTM/jstmbash.git ${HOME}/.jstmbash # clone repository
|
||
|
echo "source \${HOME}" >> "${HOME}/.bashrc" # add init script to bashrc
|
||
|
${EDITOR} ${HOME}/.jstmbash/config.env # configure jstmbash
|
||
|
exec bash # restart bash
|
||
|
```
|