update readme
This commit is contained in:
parent
87b7a028ab
commit
139c86b031
17
README.md
17
README.md
|
@ -4,7 +4,7 @@
|
||||||
![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)
|
![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)
|
||||||
![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)
|
![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)
|
||||||
|
|
||||||
**bashrc** is a collection of dotfiles dedicated to environment setup for Debian based server/desktop systems.
|
**bashrc** is a collection of dotfiles/[RUNCOM][RUNCOM] dedicated to environment setup for Debian based server/desktop systems.
|
||||||
|
|
||||||
- I use these files on my personnal desktops and most semi-professional projects.
|
- I use these files on my personnal desktops and most semi-professional projects.
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Include [Liquid Prompt][liquidprompt_repo], an intelligent and non-intrusive prompt for Bash and zsh.
|
- Include **[Liquid Prompt][liquidprompt_repo]**, an intelligent and non-intrusive prompt for Bash and zsh.
|
||||||
- Ready for FZF bindings.
|
- Ready for **FZF bindings**.
|
||||||
- Full TMUX experience, even surviving desktop user reconnexions.
|
- Full **TMUX experience**, even surviving desktop user reconnexions.
|
||||||
- Ready to use [KeePassXC][KeePassXC_website] as ssh-agent and keyring.
|
- Ready to use **[KeePassXC][KeePassXC_website] as ssh-agent and keyring**.
|
||||||
- Command notifications with [NTFY][NTFY_repo].
|
- Afvanced Command notifications with [NTFY][NTFY_repo], dunstify and sound.
|
||||||
- And many more aliases and functions to discover ...
|
- And many more **aliases and functions to discover** ...
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ There will be no licence attached to this code except for the content listed bel
|
||||||
|
|
||||||
### Issues
|
### Issues
|
||||||
|
|
||||||
- function `lf` (ls alternative with filters and sorting throught fzf): some outputs are broken, I will fix it soon.
|
- function `lf` (ls alternative with filters and sorting throught fzf and exa): some outputs are broken, I will fix it soon.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
@ -120,6 +120,7 @@ cat /etc/skel/.bashrc.d/02-secrets.bashrc
|
||||||
|
|
||||||
[//]: # (LINKS)
|
[//]: # (LINKS)
|
||||||
[bashrc_repo]: https://git.tkapias.net/tkapias/bashrc
|
[bashrc_repo]: https://git.tkapias.net/tkapias/bashrc
|
||||||
|
[RUNCOM]: https://en.wikipedia.org/wiki/RUNCOM
|
||||||
[liquidprompt_repo]: https://github.com/nojhan/liquidprompt
|
[liquidprompt_repo]: https://github.com/nojhan/liquidprompt
|
||||||
[KeePassXC_website]: https://keepassxc.org
|
[KeePassXC_website]: https://keepassxc.org
|
||||||
[NTFY_repo]: https://github.com/binwiederhier/ntfy
|
[NTFY_repo]: https://github.com/binwiederhier/ntfy
|
||||||
|
|
Loading…
Reference in a new issue