From 3a7482999396c471948e2d235c5f389ef1b6a304 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 20:06:09 +0200 Subject: [PATCH] chore: add more instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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