Update to dotfiles
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-03 05:47:10 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-03 05:47:10 +0200 |
| Commit | f5eda3fd37a4299c6835068eae962109c3ee650b (patch) |
|
-rw-r--r-- |
.config/ghostty/config | 3 | |
-rw-r--r-- |
.feeds.txt | 3 | |
-rwxr-xr-x |
.shenanigans.sh | 5 |
3 files changed, 7 insertions, 4 deletions
| diff --git a/.config/ghostty/config b/.config/ghostty/config | |||
| 1 | theme = Harper |
1 | theme = deep |
| 2 | background = 000000 |
2 | background = 000000 |
| 3 | foreground = dddddd |
||
| 3 | window-width = 100 |
4 | window-width = 100 |
| 4 | window-height = 50 |
5 | window-height = 50 |
| 5 | cursor-style = block |
6 | cursor-style = block |
| ... | |||
| diff --git a/.feeds.txt b/.feeds.txt | |||
| ... | |||
| 40 | https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" |
40 | https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" |
| 41 | https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" |
41 | https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" |
| 42 | https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" |
42 | https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" |
| 43 | https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos" |
||
| 44 | https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos" |
||
| 45 | https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos" |
||
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 46 | alias gd='lazydocker' |
46 | alias gd='lazydocker' |
| 47 | 47 | ||
| 48 | # Custom folder jump commands. |
48 | # Custom folder jump commands. |
| 49 | alias j='cd ~/Junk' |
||
| 49 | alias p='cd ~/Vault/projects' |
50 | alias p='cd ~/Vault/projects' |
| 50 | alias j='cd ~/Junk/current' |
||
| 51 | alias s='cd ~/Vault/sandbox' |
51 | alias s='cd ~/Vault/sandbox' |
| 52 | alias d='cd ~/Downloads' |
52 | alias d='cd ~/Downloads' |
| 53 | 53 | ||
| ... | |||
| 56 | export PATH=$HOME/go/bin:$PATH |
56 | export PATH=$HOME/go/bin:$PATH |
| 57 | export PATH=$HOME/.local/bin:$PATH |
57 | export PATH=$HOME/.local/bin:$PATH |
| 58 | export PATH=/usr/local/go/bin:$PATH |
58 | export PATH=/usr/local/go/bin:$PATH |
| 59 | 59 | export PATH=$HOME/Applications/google-cloud-sdk/bin:$PATH |
|
| 60 | # Lua LSP |
||
| 61 | export PATH=$HOME/.local/bin/luals/bin:$PATH |
60 | export PATH=$HOME/.local/bin/luals/bin:$PATH |
| 62 | 61 | ||
| 63 | # History and search. Stolen from J. |
62 | # History and search. Stolen from J. |
| ... | |||