diff --git a/.cwmrc b/.cwmrc index 9ba125c0c4b2fd48546360c3d5e5f1178706d4be..34af5f4936e52cb1ede6b8641cd9ce8576c8d7b6 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 4c30196efe1c3de8398d788ada859c256d43e8ca..b45ee8654f9c61de84bfbc94838baaf9759d772c 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 0c7fa8d074793f2af5f993145f2e653dd4788e85..a3a8fcc8cbacd6264ef1bee7bdb06660de33b186 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,6 +15,9 @@ [pull] 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 e358af859912026aeed23fb5d6a72bbef059be11..6bd81cfdd1b8f277530a9e036a83def42b3bf2a3 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -58,6 +58,7 @@ # Custom paths. 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() {