aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/ghostty/config3
-rw-r--r--.feeds.txt3
-rwxr-xr-x.shenanigans.sh5
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 @@
1theme = Harper 1theme = deep
2background = 000000 2background = 000000
3foreground = dddddd
3window-width = 100 4window-width = 100
4window-height = 50 5window-height = 50
5cursor-style = block 6cursor-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
40https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" 40https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos"
41https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" 41https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos"
42https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" 42https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos"
43https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos"
44https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos"
45https://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
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,8 +56,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
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.