From 0392b7ebc3c7d8ff34d79763482dc734f067aac7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 29 Dec 2025 20:56:44 +0100 Subject: Update --- .cwmrc | 2 +- .feeds.txt | 5 ----- .gitconfig | 3 +++ .shenanigans.sh | 1 + 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.cwmrc b/.cwmrc index 9ba125c..34af5f4 100644 --- a/.cwmrc +++ b/.cwmrc @@ -6,7 +6,7 @@ moveamount 100 unbind-key all unbind-mouse all -bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60 -e tmux' +bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'" bind-key 4-w /home/m/Applications/brave --new-window diff --git a/.feeds.txt b/.feeds.txt index 4c30196..b45ee86 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -21,8 +21,3 @@ https://github.com/srevinsaju/Brave-AppImage/releases.atom https://github.com/raysan5/raylib/releases.atom https://github.com/X11Libre/xserver/releases.atom https://github.com/diasurgical/DevilutionX/releases.atom - -https://api.substack.com/feed/podcast/462466.rss - -https://www.youtube.com/feeds/videos.xml?channel_id=UCzsd4-oyHhNbAXfceOQ5HTw -https://www.youtube.com/feeds/videos.xml?channel_id=UCCoAJ5JYKYTMubpTIsWi70w diff --git a/.gitconfig b/.gitconfig index 0c7fa8d..a3a8fcc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,6 +15,9 @@ rebase = true [gpg] format = ssh +[alias] + pushall = !sh -c \"git remote | xargs -L1 git push --all\" + tree = log --oneline --graph [filter "lfs"] required = true clean = git-lfs clean -- %f diff --git a/.shenanigans.sh b/.shenanigans.sh index e358af8..6bd81cf 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -58,6 +58,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/go/bin" export PATH="$PATH:$HOME/Applications" + export PATH="$PATH:$HOME/Applications/odin-linux-amd64-nightly+2025-12-04/" fi backup() { -- cgit v1.2.3