2023-06-19 20:08:29 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-12-28 04:18:32 -05:00
|
|
|
# Simple update doors
|
2024-01-25 01:43:20 -05:00
|
|
|
cd "$HOME"/.doors && git pull && ./scripts/copy_and_link
|
2024-01-25 02:37:04 -05:00
|
|
|
|
|
|
|
echo "Updating nnn plugins..."
|
|
|
|
sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"
|