From bd505164cd458a2134981c68c78ab2b242b2e832 Mon Sep 17 00:00:00 2001 From: Tomasz Kapias Date: Sat, 18 Mar 2023 21:56:47 +0700 Subject: [PATCH] update readme --- README.md | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 46fadb0..2e1324b 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,23 @@ ![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) -**bashrc** is a collection of dotfiles dedicated to environment setup for Debian/Ubuntu (server/desktop) systems. +**bashrc** is a collection of dotfiles 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. -The most powerful features are related to my own setup for tmux, ssh, nfty or keepassxc. +- The most powerful features are related to my own setup for tmux, ssh, nfty or keepassxc. -It contain also many aliases and functions of interest. +- It alse contains many aliases and functions of interest. ---- - ->###### Table of contents ->**[FEATURES](#features)** ->**[INSTALLATION](#installation)** - ---- +---- ## Features -- Include [Liquid Prompt][liquidprompt_repo] (An intelligent and non-intrusive prompt for Bash and zsh) -- FZF bindings ready -- Full TMUX experience -- Use [KeePassXC][KeePassXC_website] as ssh-agent and keyring -- Execution notifications with [NTFY][NTFY_repo] +- Include [Liquid Prompt][liquidprompt_repo]. (An intelligent and non-intrusive prompt for Bash and zsh) +- Ready for FZF bindings. +- Full TMUX experience, even surviving desktop user reconnexions. +- Ready to use [KeePassXC][KeePassXC_website] as ssh-agent and keyring. +- Command notifications with [NTFY][NTFY_repo]. - And many more aliases and functions to discover ... ## Requirements @@ -40,21 +34,21 @@ It contain also many aliases and functions of interest. - systemd, systemd-container - vim - ncdu -- fzf +- fzf (get the latest release) - pipx - keepassxc -- keyring -- tmux +- keyring (python) +- tmux (get the latest release) - fzf-tmux -- exa +- exa (get the latest release) - fd - xclip -- MOTDFetch +- [MOTDfetch][MOTDfetch_repo] - curl -- bat +- bat (get the latest release) - dunstify -- wget -- emoji-fzf +- wget2 +- emoji-fzf (python) - ssh - ... @@ -110,10 +104,11 @@ chmod 600 /etc/skel/.bashrc /etc/skel/.bashrc.d/* /etc/skel/.bash_logout /etc/sk cat /etc/skel/.bashrc.d/02-secrets.bashrc ``` ---- +---- [//]: # (LINKS) [bashrc_repo]: https://git.tkapias.net/tkapias/bashrc [liquidprompt_repo]: https://github.com/nojhan/liquidprompt [KeePassXC_website]: https://keepassxc.org [NTFY_repo]: https://github.com/binwiederhier/ntfy +[MOTDfetch_repo]: https://git.tkapias.net/tkapias/MOTDfetch