This commit is contained in:
Nefrace 2025-05-31 16:55:38 +03:00
parent fb7f0a7401
commit 6454e76140
1 changed files with 4 additions and 1 deletions

5
prepare.sh Normal file → Executable file
View File

@ -4,4 +4,7 @@ cat ~/.bashrc | grep nfrc || echo "source ~/.dotfiles/nfrc.sh" >> ~/.bashrc
sudo pacman -S fzf zoxide fd nvim stow
dirs=$(find ./ -maxdepth 1 -mindepth 1 -not -path "./.git" -type d | sed 's:./::')
dirs=$(find ./ -maxdepth 1 -mindepth 1 -not -path "./.git" -not -path "./bin" -type d | sed 's:./::')
echo $dirs