nvim and prepare script

This commit is contained in:
2025-03-30 23:55:37 +03:00
parent 31117397ed
commit 616e8e4441
14 changed files with 546 additions and 0 deletions

5
prepare.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
sudo pacman -S fzf zoxide fd nvim stow
dirs=$(find ./ -maxdepth 1 -mindepth 1 -not -path "./.git" -type d | sed 's:./::')