This commit is contained in:
Adam 2024-01-25 02:37:04 -05:00
parent fe0a7ac109
commit fd23bddae7
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
# Simple update doors # Simple update doors
cd "$HOME"/.doors && git pull && ./scripts/copy_and_link 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)"

View file