Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-12-29 20:56:44 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-12-29 20:56:44 +0100
Commit 0392b7ebc3c7d8ff34d79763482dc734f067aac7 (patch)
-rw-r--r-- .cwmrc 2
-rw-r--r-- .feeds.txt 5
-rw-r--r-- .gitconfig 3
-rwxr-xr-x .shenanigans.sh 1
4 files changed, 5 insertions, 6 deletions
diff --git a/.cwmrc b/.cwmrc
...
6
unbind-key all
6
unbind-key all
7
unbind-mouse all
7
unbind-mouse all
8
  
8
  
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60 -e tmux'
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11
bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11
bind-key C-Escape "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
12
bind-key 4-w /home/m/Applications/brave --new-window
12
bind-key 4-w /home/m/Applications/brave --new-window
...
diff --git a/.feeds.txt b/.feeds.txt
...
21
https://github.com/raysan5/raylib/releases.atom
21
https://github.com/raysan5/raylib/releases.atom
22
https://github.com/X11Libre/xserver/releases.atom
22
https://github.com/X11Libre/xserver/releases.atom
23
https://github.com/diasurgical/DevilutionX/releases.atom
23
https://github.com/diasurgical/DevilutionX/releases.atom
24
  
  
25
https://api.substack.com/feed/podcast/462466.rss
  
26
  
  
27
https://www.youtube.com/feeds/videos.xml?channel_id=UCzsd4-oyHhNbAXfceOQ5HTw
  
28
https://www.youtube.com/feeds/videos.xml?channel_id=UCCoAJ5JYKYTMubpTIsWi70w
  
diff --git a/.gitconfig b/.gitconfig
...
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
...
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/"
61
fi
62
fi
62
  
63
  
63
backup() {
64
backup() {
...