From f5c9813ba9098fe0d78aa660dbaf9741dad431ee Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 8 Feb 2026 14:49:12 +0100 Subject: updates --- .config/shell/aliasrc | 1 + .config/shell/variables | 4 ++++ .config/x11/xresources | 27 +++++++++++---------------- 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 -- cgit v1.2.3-70-g09d2