diff --git a/README.md b/README.md index 7136f03..b4cb74f 100644 --- a/README.md +++ b/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