Files
dotfiles/dot_profile.tmpl
s0wlz (Matthias Puchstein) d46534f50e desktop: refine theming, workspaces, and utilities
- switch GTK font to GeistMono Nerd Font Propo 9 and drop GTK4 CSS overrides
- add named Hyprland workspaces/keybinds and Ghostty quick terminal; adjust screenshot binding
- update Waybar workspace icons/sorting; tweak Neovim transparency, Owlry/Qt6CT, and ROCm env
- add curated wallpaper sets for DP-1/DP-2 and new Hyprland toggle/screenshot helper scripts
2026-01-04 04:55:15 +01:00

49 lines
1.2 KiB
Cheetah

{{- $tags := .chezmoi.config.data.tags -}}
{{- if (index $tags "dev") }}
# Added by Toolbox App
export PATH="${PATH}:{{ .chezmoi.homeDir }}/Dev/JetBrains/Toolbox/scripts"
{{- end }}
export PATH="${PATH}:{{ .chezmoi.homeDir }}/.local/bin"
export PATH="${PATH}:{{ .chezmoi.homeDir }}/.cargo/bin"
export ZDOTDIR="{{ .chezmoi.homeDir }}/.config/zsh"
export EDITOR="nvim"
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--highlight-line \
--info=inline-right \
--ansi \
--layout=reverse \
--border=none \
--color=bg+:#283457 \
--color=bg:#16161e \
--color=border:#27a1b9 \
--color=fg:#c0caf5 \
--color=gutter:#16161e \
--color=header:#ff9e64 \
--color=hl+:#2ac3de \
--color=hl:#2ac3de \
--color=info:#545c7e \
--color=marker:#ff007c \
--color=pointer:#ff007c \
--color=prompt:#2ac3de \
--color=query:#c0caf5:regular \
--color=scrollbar:#27a1b9 \
--color=separator:#ff9e64 \
--color=spinner:#ff007c \
"
{{- if (index $tags "desktop") }}
export ROCM_PATH=/opt/rocm
export HSA_OVERRIDE_GFX_VERSION=10.3.0
# export HIP_VISIBLE_DEVICES=1
export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
{{- end }}
{{- if (index $tags "dev") }}
export UV_CACHE_DIR="{{ .chezmoi.homeDir }}/Dev/uv/uv-cache/"
{{- end }}