summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2026-02-08 14:49:12 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2026-02-08 14:49:12 +0100
commitf5c9813ba9098fe0d78aa660dbaf9741dad431ee (patch)
tree2d845222e6847d00254270a8ee90d78bd0621e84
parentf76eb28092088264be1ffa30073fe61e615769d4 (diff)
updatesHEADmaster
-rwxr-xr-x.config/shell/aliasrc1
-rw-r--r--.config/shell/variables4
-rwxr-xr-x.config/x11/xresources27
3 files changed, 16 insertions, 16 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 92a6054..62ea957 100755
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -45,6 +45,7 @@ alias \
# git
alias \
+ gst="git status" \
ga="git add" \
gb="git branch -a" \
gc="git commit" \
diff --git a/.config/shell/variables b/.config/shell/variables
index 6cffdc1..6515c53 100644
--- a/.config/shell/variables
+++ b/.config/shell/variables
@@ -62,6 +62,10 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv
# Ollama models path
export OLLAMA_MODELS="/storage2/projects/ollama/models"
+# Huggingface
+export HF_HUB_DISABLE_TELEMETRY=1
+export HF_HOME="/storage2/huggingface"
+
# This is the list for lf icons:
export LF_ICONS="di=:\
fi=:\
diff --git a/.config/x11/xresources b/.config/x11/xresources
index d01c065..4c08b7e 100755
--- a/.config/x11/xresources
+++ b/.config/x11/xresources
@@ -1,46 +1,41 @@
Xcursor.size: 9
xterm*selectToClipboard: true
xterm*disallowedWindowOps: 20,21,SetXProp
-/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */
-/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */
-/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */
-! *.termname: st-256color
! colors
! special
-
*.background: #151515
-*.foreground: white
-*.cursorColor: white
+*.foreground: #D8D8D8
+*.cursorColor: #D8D8D8
! black
-*.color0: #202020
-*.color8: #555555
+*.color0: #3A3A3A
+*.color8: #686868
! red
*.color1: #AC4142
-*.color9: #AC4142
+*.color9: #CC6666
! green
-*.color2: #88afa2
-*.color10: #90A959
+*.color2: #90A959
+*.color10: #A8C474
! yellow
*.color3: #F4BF75
-*.color11: #F4BF75
+*.color11: #F7D89A
! blue
-*.color4: #A5D6FF
+*.color4: #6B8BAE
*.color12: #7E97AB
! magenta
*.color5: #AA759F
-*.color13: #AA759F
+*.color13: #C9A0DC
! cyan
*.color6: #75B5AA
-*.color14: #75B5AA
+*.color14: #A3D4CC
! white
*.color7: #D0D0D0