doc: reword ReadMe
This commit is contained in:
parent
98b16d6895
commit
f23fa2463e
23
.README.md
23
.README.md
@ -101,8 +101,8 @@ git apply --stat --apply 2604.patch
|
||||
|
||||
- https://sw.kovidgoyal.net/kitty/binary/
|
||||
- Install `JetBrains Mono` (without NF) & `NerdFontsSymbolsOnly` fonts.
|
||||
- Note: outside of kitty, it may be interesting to also install _JetBrains
|
||||
Mono_ *with* _NF_.
|
||||
- Note: outside of kitty, it may be interesting to also install
|
||||
_JetBrains Mono_ *with* _NF_.
|
||||
|
||||
```
|
||||
sudo apt-get install kitty-terminfo
|
||||
@ -117,14 +117,15 @@ So it is more coherent/simpler to copy this behaviour into Zsh.
|
||||
|
||||
## lazygit
|
||||
|
||||
````
|
||||
sudo apt install git-delta
|
||||
````
|
||||
### Dependencies
|
||||
|
||||
- git-delta
|
||||
|
||||
### Binary Releases
|
||||
|
||||
```
|
||||
LOCATION=$(curl -s https://api.github.com/repos/jesseduffield/lazygit/releases/latest \
|
||||
URI=https://api.github.com/repos/jesseduffield/lazygit
|
||||
LOCATION=$(curl -s $URI/releases/latest \
|
||||
| grep "browser_download_url.*Linux_x86_64" \
|
||||
| awk '{ print $2 }' \
|
||||
| sed 's/,$//' \
|
||||
@ -153,9 +154,15 @@ go install
|
||||
|
||||
## neovim
|
||||
|
||||
```
|
||||
sudo apt install libfuse2 xsel
|
||||
### Dependencies
|
||||
|
||||
- kitty / NerdFont
|
||||
- libfuse2
|
||||
- xsel
|
||||
|
||||
### Binary Nightly Release
|
||||
|
||||
```
|
||||
mkdir -p $HOME/.local/bin
|
||||
cd $HOME/.local/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user