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