update readme
This commit is contained in:
parent
ce56c1aad1
commit
43d66b0c02
|
@ -18,10 +18,10 @@
|
|||
- [extrakto][extrakto]: quickly select, copy/insert/complete text without a mouse.
|
||||
- [tmux-sidebar][tmux-sidebar]: directory tree for the current path.
|
||||
- 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.
|
||||
- Compatible with my environment config: [bashrc][bashrc_repo].
|
||||
- Check more in the conf file ...
|
||||
- Check more in the conf file …
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
- With APT:
|
||||
|
||||
```bash
|
||||
# chech version with apt
|
||||
# check version with apt
|
||||
sudo apt show tmux 2> /dev/null | grep Version:
|
||||
|
||||
# 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:
|
||||
|
||||
```bash
|
||||
# chech version with apt
|
||||
# check version with apt
|
||||
sudo apt show fzf 2> /dev/null | grep Version:
|
||||
|
||||
# if your apt repositories deliver at least 0.35, you can install it
|
||||
|
|
Loading…
Reference in a new issue