소스 검색

Update applications.md

Nordstrand 1 년 전
부모
커밋
c97f259dcc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      personal-device/applications.md

+ 2 - 0
personal-device/applications.md

@@ -437,6 +437,8 @@ This is my ZSH setup preference, using Oh-My-ZSH with the Powerlevel10k theme an
 1. (Optional) Setup syntax highlighting plugin:
     1. Clone it: `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting`
     1. Add `zsh-syntax-highlighting` it to `plugins` in `~/.zshrc`.
+1. (Optional) Setup fuzzy search plugin:
+    1. Install: `yay -S fzf-git`
 1. Setup plugins:
     1. In `~/.zshrc`, set e.g. `plugins=(git docker docker-compose golang rust)`.
 1. Further customize `~/.zshrc`: