From 706d630da7c1a743f19f3df7026ad788be0c2d3f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 12 Mar 2026 14:00:36 -0400 Subject: [PATCH] [bin] symlink my screenshots --- bin/.local/bin/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/.local/bin/bootstrap.sh b/bin/.local/bin/bootstrap.sh index 442b954..d2c2bb8 100755 --- a/bin/.local/bin/bootstrap.sh +++ b/bin/.local/bin/bootstrap.sh @@ -132,6 +132,8 @@ if [[ "$PLATFORM" != "macos" ]]; then fi done fi +log "Link screenshots because Gnome sucks" +(mkdir ~/Pictures && ln -s ~/var/screenshots ~/Pictures/Screenshots) log "Running $MAKE_CMD in dotfiles repo..." (cd "$DOTFILES_DIR" && "$MAKE_CMD")