main
Tran Hau 2020-05-05 10:36:34 +07:00
parent 185d6031b1
commit a4f9ccce94
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,18 @@
# CLI
[Neovim](https://github.com/neovim/neovim): like Vim.
```sh
export EDITOR=nvim
```
[bat](https://github.com/sharkdp/bat): `cat` with colors.
[fd](https://github.com/sharkdp/fd): simple `find`.
[fzf](https://github.com/junegunn/fzf): command-line finder.
Read [fzf](https://wiki.archlinux.org/index.php/Fzf)
Read [fzf](https://wiki.archlinux.org/index.php/Fzf).
```sh
export FZF_DEFAULT_COMMAND='fd -H'
@ -19,6 +25,4 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
[Rclone](https://rclone.org/): `rsync` for cloud storage.
[bucklespring](https://github.com/zevv/bucklespring): keyboard sound.
[Prettier](https://prettier.io/): format code.