From f5eda3fd37a4299c6835068eae962109c3ee650b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 3 Apr 2025 05:47:10 +0200 Subject: Update to dotfiles --- .config/ghostty/config | 3 ++- .feeds.txt | 3 +++ .shenanigans.sh | 5 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 4ecbfe5..79cc32d 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,5 +1,6 @@ -theme = Harper +theme = deep background = 000000 +foreground = dddddd window-width = 100 window-height = 50 cursor-style = block diff --git a/.feeds.txt b/.feeds.txt index 83472c4..4a66b04 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -40,3 +40,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "vi https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" +https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos" +https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos" +https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos" diff --git a/.shenanigans.sh b/.shenanigans.sh index 6cd84fb..db30ab7 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -46,8 +46,8 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then alias gd='lazydocker' # Custom folder jump commands. + alias j='cd ~/Junk' alias p='cd ~/Vault/projects' - alias j='cd ~/Junk/current' alias s='cd ~/Vault/sandbox' alias d='cd ~/Downloads' @@ -56,8 +56,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then export PATH=$HOME/go/bin:$PATH export PATH=$HOME/.local/bin:$PATH export PATH=/usr/local/go/bin:$PATH - - # Lua LSP + export PATH=$HOME/Applications/google-cloud-sdk/bin:$PATH export PATH=$HOME/.local/bin/luals/bin:$PATH # History and search. Stolen from J. -- cgit v1.2.3