This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
jstmbash/README.md

23 lines
613 B
Markdown
Raw Normal View History

2023-11-13 01:30:40 +01:00
# 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
2023-11-13 01:36:03 +01:00
cp ${HOME}/.jstmbash/config.env.example ${HOME}/.jstmbash/config.env # copy example config
2023-11-13 01:30:40 +01:00
${EDITOR} ${HOME}/.jstmbash/config.env # configure jstmbash
exec bash # restart bash
```