Add requirements to README

This commit is contained in:
Tanguy Herbron 2021-05-25 14:53:18 +02:00
parent e6f6aa94a5
commit b46182ebe3
2 changed files with 17 additions and 1 deletions

View File

@ -135,11 +135,13 @@ set -g @plugin 'tmux-plugins/tpm'
# Theme plugin # Theme plugin
set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/default/cyan'
# Bitwarden integration in Tmux # Bitwarden integration in Tmux
set -g @plugin 'Alkindi42/tmux-bitwarden' set -g @plugin 'Alkindi42/tmux-bitwarden'
# Custom made plugin
set -g @themepack 'powerline/default/custom'
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
## Plugin specific configuration ## Plugin specific configuration

View File

@ -38,6 +38,19 @@ Still have a doubt about what you want from here ? You might want to take a look
<a id="install"></a> <a id="install"></a>
## Installation ## 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 /!\ To be written
@ -59,6 +72,7 @@ Note: Navigation keys (hjkl) can be substituted by arrow keys
| `Mod + Ctrl + r` | Restart i3 | | `Mod + Ctrl + r` | Restart i3 |
| `Mod + c` | Display calendar widget | | `Mod + c` | Display calendar widget |
| `Mod + d` | Display drive info widget | | `Mod + d` | Display drive info widget |
| `Mod + p` | Open bitwarden-rofi |
### Window navigation ### Window navigation
| Keybind | Function | | Keybind | Function |