update readme

This commit is contained in:
Tomasz Kapias 2023-03-19 02:10:41 +07:00
parent ce56c1aad1
commit 43d66b0c02
Signed by: tkapias
SSH key fingerprint: SHA256:bsmasrX7y0xxAHa/x1x8zAgHInO4nPpKMk5JIQ0Vsbw

View file

@ -18,10 +18,10 @@
- [extrakto][extrakto]: quickly select, copy/insert/complete text without a mouse. - [extrakto][extrakto]: quickly select, copy/insert/complete text without a mouse.
- [tmux-sidebar][tmux-sidebar]: directory tree for the current path. - [tmux-sidebar][tmux-sidebar]: directory tree for the current path.
- Usage of tmux popups & fzf. - Usage of tmux popups & fzf.
- Some defaults are now rewrittent as toggle modes, like sync or zoom. - Some defaults are now rewritten as toggle modes, like sync or zoom.
- Simple color theme with true colors. - Simple color theme with true colors.
- Compatible with my environment config: [bashrc][bashrc_repo]. - Compatible with my environment config: [bashrc][bashrc_repo].
- Check more in the conf file ... - Check more in the conf file
## Requirements ## Requirements
@ -44,7 +44,7 @@
- With APT: - With APT:
```bash ```bash
# chech version with apt # check version with apt
sudo apt show tmux 2> /dev/null | grep Version: sudo apt show tmux 2> /dev/null | grep Version:
# if your apt repositories deliver at least 3.3, you can install it # if your apt repositories deliver at least 3.3, you can install it
@ -81,7 +81,7 @@ wget -c -nv "$_URL" -O - | sudo tar --no-same-owner -xzv -C /usr/local/bin gitmu
- With APT: - With APT:
```bash ```bash
# chech version with apt # check version with apt
sudo apt show fzf 2> /dev/null | grep Version: sudo apt show fzf 2> /dev/null | grep Version:
# if your apt repositories deliver at least 0.35, you can install it # if your apt repositories deliver at least 0.35, you can install it