From 831fd3a21441c57dd355fe76713fbeb1106c3dd8 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 19 Jul 2023 11:50:49 -0400 Subject: Set GTK theme --- .profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 9d907af..a68983b 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ # Add PATH entries, we can't use external commands yet in case PATH is empty -for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/bin "$HOME"/.local/bin "$HOME"/.cargo/bin "$HOME"/bin; do +for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin "$HOME"/.local/bin "$HOME"/.cargo/bin "$HOME"/bin; do case ":$PATH:" in *:"$p":*) ;; *) export PATH="$PATH:$p" ;; @@ -7,13 +7,14 @@ for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/bin "$HOME"/.lo done # Create a tmpdir for XDG_RUNTIME_DIR if it is not set -[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=$(mktemp -d) +[ "$XDG_RUNTIME_DIR" ] || export XDG_RUNTIME_DIR=$(mktemp -d) # Set environment variables export EDITOR=nvim export PAGER=less export TERMINAL=foot export BROWSER=firefox +export GTK_THEME=Catppuccin-Macchiato-Standard-Mauve-Dark export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/hissh-agent export DBUS_SESSION_BUS_ADDRESS=unix:path="$XDG_RUNTIME_DIR"/bus export FZF_DEFAULT_OPTS=" \ -- cgit v1.2.3