diff options
| 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) | |
| tree | b48a023b5ebf5c394bed5363cbcb581bd649f7e7 | |
| parent | 277649bc8d391c3699e0619be1ff3025c4b0a64d (diff) | |
| download | dotfiles-0392b7ebc3c7d8ff34d79763482dc734f067aac7.tar.gz | |
Update
| -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
| @@ -6,7 +6,7 @@ moveamount 100 | |||
| 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 |
| @@ -21,8 +21,3 @@ https://github.com/srevinsaju/Brave-AppImage/releases.atom | |||
| 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 | ||
| @@ -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/" | ||
| 61 | fi | 62 | fi |
| 62 | 63 | ||
| 63 | backup() { | 64 | backup() { |
