Doors/bin/doorsupdate
2024-01-25 02:37:04 -05:00

7 lines
212 B
Bash
Executable file

#!/bin/bash
# Simple update doors
cd "$HOME"/.doors && git pull && ./scripts/copy_and_link
echo "Updating nnn plugins..."
sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"