diff --git a/.config/ghostty/config b/.config/ghostty/config index 4ecbfe58e28307c2e1edfc424ea1e778bc605b1d..79cc32d3ae4602a10bd0849f226a9203002063b7 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 83472c4202af9823a7e7e4eec85c169671acd04c..4a66b0426fd6b1cf513cbdf6f12948c913333305 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -40,3 +40,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "videos" 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 6cd84fbfb18dc900ebcf28a8ffa89deeb88bee82..db30ab7fed0e0da6935cc572ac39eb88ec5ff4cd 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -46,8 +46,8 @@ alias gg='lazygit' 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 @@ export PATH=$HOME/Applications:$PATH 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.