From b46182ebe3e34074a13180b1baef3a2466f815b7 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 25 May 2021 14:53:18 +0200 Subject: [PATCH] Add requirements to README --- .tmux.conf | 4 +++- README.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9300c54..3ab7378 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -135,11 +135,13 @@ set -g @plugin 'tmux-plugins/tpm' # Theme plugin set -g @plugin 'jimeh/tmux-themepack' -set -g @themepack 'powerline/default/cyan' # Bitwarden integration in Tmux set -g @plugin 'Alkindi42/tmux-bitwarden' +# Custom made plugin +set -g @themepack 'powerline/default/custom' + run -b '~/.tmux/plugins/tpm/tpm' ## Plugin specific configuration diff --git a/README.md b/README.md index 31431df..6d83936 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,19 @@ Still have a doubt about what you want from here ? You might want to take a look ## Installation +### Requirements + +- [jq](https://stedolan.github.io/jq/) +- [fzf](https://github.com/junegunn/fzf) +- [w3m](http://w3m.sourceforge.net/) +- [bitwarden-cli](https://github.com/bitwarden/cli) +- [bitwarden-rofi](https://github.com/mattydebie/bitwarden-rofi) + +### Cloning the repository + +/!\ To be written + +### Configuration /!\ To be written @@ -59,6 +72,7 @@ Note: Navigation keys (hjkl) can be substituted by arrow keys | `Mod + Ctrl + r` | Restart i3 | | `Mod + c` | Display calendar widget | | `Mod + d` | Display drive info widget | +| `Mod + p` | Open bitwarden-rofi | ### Window navigation | Keybind | Function |