aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-12-29 20:56:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-12-29 20:56:44 +0100
commit0392b7ebc3c7d8ff34d79763482dc734f067aac7 (patch)
treeb48a023b5ebf5c394bed5363cbcb581bd649f7e7
parent277649bc8d391c3699e0619be1ff3025c4b0a64d (diff)
downloaddotfiles-0392b7ebc3c7d8ff34d79763482dc734f067aac7.tar.gz
Update
-rw-r--r--.cwmrc2
-rw-r--r--.feeds.txt5
-rw-r--r--.gitconfig3
-rwxr-xr-x.shenanigans.sh1
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
6unbind-key all 6unbind-key all
7unbind-mouse all 7unbind-mouse all
8 8
9bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60 -e tmux' 9bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
10bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" 10bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'" 11bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
12bind-key 4-w /home/m/Applications/brave --new-window 12bind-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
21https://github.com/raysan5/raylib/releases.atom 21https://github.com/raysan5/raylib/releases.atom
22https://github.com/X11Libre/xserver/releases.atom 22https://github.com/X11Libre/xserver/releases.atom
23https://github.com/diasurgical/DevilutionX/releases.atom 23https://github.com/diasurgical/DevilutionX/releases.atom
24
25https://api.substack.com/feed/podcast/462466.rss
26
27https://www.youtube.com/feeds/videos.xml?channel_id=UCzsd4-oyHhNbAXfceOQ5HTw
28https://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 @@
15 rebase = true 15 rebase = true
16[gpg] 16[gpg]
17 format = ssh 17 format = ssh
18[alias]
19 pushall = !sh -c \"git remote | xargs -L1 git push --all\"
20 tree = log --oneline --graph
18[filter "lfs"] 21[filter "lfs"]
19 required = true 22 required = true
20 clean = git-lfs clean -- %f 23 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
58 export PATH="$PATH:$HOME/.local/bin" 58 export PATH="$PATH:$HOME/.local/bin"
59 export PATH="$PATH:$HOME/go/bin" 59 export PATH="$PATH:$HOME/go/bin"
60 export PATH="$PATH:$HOME/Applications" 60 export PATH="$PATH:$HOME/Applications"
61 export PATH="$PATH:$HOME/Applications/odin-linux-amd64-nightly+2025-12-04/"
61fi 62fi
62 63
63backup() { 64backup() {