[bin] symlink my screenshots

This commit is contained in:
2026-03-12 14:00:36 -04:00
parent 8b78dd8205
commit 706d630da7

View File

@ -132,6 +132,8 @@ if [[ "$PLATFORM" != "macos" ]]; then
fi fi
done done
fi fi
log "Link screenshots because Gnome sucks"
(mkdir ~/Pictures && ln -s ~/var/screenshots ~/Pictures/Screenshots)
log "Running $MAKE_CMD in dotfiles repo..." log "Running $MAKE_CMD in dotfiles repo..."
(cd "$DOTFILES_DIR" && "$MAKE_CMD") (cd "$DOTFILES_DIR" && "$MAKE_CMD")