commit 2cc5e3a179191411e776763b1df7d202761333d7
parent 91a81e11a81eb3a7ac1345d550850d8239b7f13f
Author: Andrew Laack <andrew@laack.co>
Date: Sat, 28 Mar 2026 01:08:25 -0500
Rclone
Diffstat:
5 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -21,7 +21,6 @@ newsboat/cache.db
newsboat/history.cmdline
newsboat/history.search
newsboat/queue
-rclone/*
btop/*
Sculptor/*
go/*
@@ -52,3 +51,4 @@ qBittorrent/
QtProject.conf
simplex/*
librewolf/*
+ghidra/*
diff --git a/bashrc b/bashrc
@@ -1,7 +1,7 @@
GPG_TTY=$(tty)
export GPG_TTY
export PATH=$PATH:/sbin
-export PATH=$PATH:/home/andrew/bin
+export PATH=$PATH:/home/andrew/bin:/home/andrew/go/bin
export PASSWORD_STORE_DIR=~/gitRepos/passwords
## If not running interactively, don't do anything
@@ -235,5 +235,8 @@ today() {
)
}
+# for ghidra
+export _JAVA_AWT_WM_NONREPARENTING=1
+
# just in case I ever almost forget.
go telemetry off
diff --git a/gtk-3.0/bookmarks b/gtk-3.0/bookmarks
@@ -1,3 +1,5 @@
+file:///home/andrew/gitRepos/cs6200/pr3/server
+file:///home/andrew/gitRepos/jnotes
file:///tmp/test
file:///home/andrew/gitRepos/cs7638/submissions
file:///home/serverBackup/fileSharing/coding-books
diff --git a/pavucontrol.ini b/pavucontrol.ini
@@ -1,6 +1,6 @@
[window]
-width=1022
-height=1418
+width=1532
+height=472
sinkInputType=1
sourceOutputType=1
sinkType=1
diff --git a/rclone/rclone.conf b/rclone/rclone.conf
@@ -0,0 +1 @@
+/home/andrew/gitRepos/keys/rclone/rclone.conf+
\ No newline at end of file