nvim and prepare script
This commit is contained in:
5
prepare.sh
Normal file
5
prepare.sh
Normal 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:./::')
|
||||
Reference in New Issue
Block a user