From e3bd600df635e566b43a879314264f73504ed6df Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sun, 29 Jun 2025 17:40:26 +0200 Subject: [PATCH] update --- .../jetbrains-toolbox.desktop | 2 +- .config/hypr/conf.d/keybinds.conf | 2 ++ .config/uwsm/env | 2 +- .config/zsh/.zshrc | 5 +++++ .profile##hostname.owlenpc00 | 9 +++++++++ 5 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.config/autostart##hostname.owlenpc00/jetbrains-toolbox.desktop b/.config/autostart##hostname.owlenpc00/jetbrains-toolbox.desktop index 9137ee7..6fb8851 100755 --- a/.config/autostart##hostname.owlenpc00/jetbrains-toolbox.desktop +++ b/.config/autostart##hostname.owlenpc00/jetbrains-toolbox.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Icon=/home/mpuchstein/.local/share/JetBrains/Toolbox/toolbox.svg +Icon=/home/mpuchstein/.local/share/JetBrains/Toolbox/bin/toolbox.svg Exec=/home/mpuchstein/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize Version=1.0 Type=Application diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index 4edc8dc..c5b7c3f 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -11,6 +11,7 @@ $launcher = uwsm app -- walker $clipboard = uwsm app -- nwg-clipman $browser = uwsm app -- zen-browser $browserprv = uwsm app -- zen-browser --private-window +$firefox = uwsm app -- firefox $editor = uwsm app -T -- vim $editor0 = uwsm app -- zeditor $clipman = uwsm app -- nwg-clipman @@ -33,6 +34,7 @@ $mainMod = SUPER bind = $mainMod, E, exec, $filemanager bind = $mainMod, W, exec, $browser bind = $mainMod SHIFT, W, exec, $browserprv +bind = $mainMod CTRL, W, exec, $firefox bind = $mainMod Shift, E, exec, $editor bind = $mainMod Shift ALT_L, E, exec, $editor0 bind = $mainMod, X, exec, $launcher diff --git a/.config/uwsm/env b/.config/uwsm/env index d2a2ceb..3a218e4 100644 --- a/.config/uwsm/env +++ b/.config/uwsm/env @@ -10,7 +10,6 @@ export SDL_VIDEODRIVER=wayland,x11 export CLUTTER_BACKEND=wayland export QT_QPA_PLATFORM=wayland;xcb -export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=qt6ct export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 @@ -19,3 +18,4 @@ export ELECTRON_OZONE_PLATFORM_HINT=wayland export MOZ_ENABLE_WAYLAND=1 export GRIMBLAST_EDITOR='satty -f' + diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e1524f2..dc0128b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -29,5 +29,10 @@ bindkey "^[OB" history-substring-search-down bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down +# Load pyenv automatically by appending the following to ~/.zprofile (for login shells) and ~/.zshrc (for interactive shells) : +export PYENV_ROOT="$HOME/.pyenv" +[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - zsh)" + # To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh. [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh diff --git a/.profile##hostname.owlenpc00 b/.profile##hostname.owlenpc00 index c22a097..8f4707b 100644 --- a/.profile##hostname.owlenpc00 +++ b/.profile##hostname.owlenpc00 @@ -32,3 +32,12 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ --color=separator:#ff9e64 \ --color=spinner:#ff007c \ " + +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 + +export PYENV_ROOT="$HOME/.pyenv" +[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - zsh)"