chore: add more instructions
This commit is contained in:
parent
495495bcc1
commit
3a74829993
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -23,3 +23,23 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
|||
2. open `vim` then run `:PluginInstall`
|
||||
|
||||
[See more](https://github.com/VundleVim/Vundle.vim?tab=readme-ov-file#quick-start)
|
||||
|
||||
## For tmux, tpm is used
|
||||
1. install tpm
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
```
|
||||
|
||||
2. open `tmux` then `[prefix] I`
|
||||
|
||||
## terminal fonts
|
||||
|
||||
1. Install `SFMono-Nerd-Font-Ligaturized`
|
||||
|
||||
```bash
|
||||
git clone https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized.git && cd SFMono-Nerd-Font-Ligaturized
|
||||
cp *.otf ~/.local/share/fonts
|
||||
```
|
||||
|
||||
2. use as terminal font via preferences
|
||||
|
|
|
|||
Loading…
Reference in a new issue