From f185e32b56597cdf90d9938eabbb9c4e4d6363a4 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Tue, 20 Dec 2022 07:28:06 -0600 Subject: [PATCH] changes from void --- bin/timew-backup | 6 ++++++ nvim/lua/plugins-conf.lua | 1 + rockbox/Playlists/Christmas.m3u8 | 11 +++++++++-- shell/bashrc.d/02-plugin-config.sh | 8 ++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100755 bin/timew-backup diff --git a/bin/timew-backup b/bin/timew-backup new file mode 100755 index 0000000..fc6bb09 --- /dev/null +++ b/bin/timew-backup @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +cd ~/.timewarrior/ +git add --all . +git commit -m 'timew-backup' +git push diff --git a/nvim/lua/plugins-conf.lua b/nvim/lua/plugins-conf.lua index 1e4fe3b..50c7fa7 100644 --- a/nvim/lua/plugins-conf.lua +++ b/nvim/lua/plugins-conf.lua @@ -57,6 +57,7 @@ lsp.openscad_ls.setup { capabilities = lspcap, on_attach = lspatt, } +local pid = vim.fn.getpid() lsp.omnisharp.setup { capabilities = lspcap, on_attach = lspatt, diff --git a/rockbox/Playlists/Christmas.m3u8 b/rockbox/Playlists/Christmas.m3u8 index 6df6470..f1a4ecd 100755 --- a/rockbox/Playlists/Christmas.m3u8 +++ b/rockbox/Playlists/Christmas.m3u8 @@ -12,8 +12,6 @@ //MUSIC/August Burns Red/August Burns Red Presents Sleddin' Hill, A Holiday Album (2012)/12 - Carol of the Bells.mp3 //MUSIC/August Burns Red/August Burns Red Presents Sleddin' Hill, A Holiday Album (2012)/13 - We Wish You a Merry Christmas.mp3 //MUSIC/Austrian Death Machine/A Very Brutal Christmas (2008)/01 - Jingle Bells.mp3 -//MUSIC/Austrian Death Machine/A Very Brutal Christmas (2008)/02 - Get to the Choppa.mp3 -//MUSIC/Austrian Death Machine/A Very Brutal Christmas (2008)/03 - Hell Bent for Leather.mp3 //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/01 Deck the Halls (Nos Galan).mp3 //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/02 Hanukkah.mp3 //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/03 O Christmas Tree (Oh Chanukuh).mp3 @@ -23,6 +21,15 @@ //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/07 God Rest Ye Merry Gentlemen.mp3 //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/08 Ave Maria (Well-Tempered Clavier).mp3 //MUSIC/ComputeHer & 8 Bit Weapon/It's a Chiptune Holiday! (2009)/Folder.gif +//MUSIC/Halford/Halford III- Winter Songs (2009)/01 Get Into the Spirit.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/02 We Three Kings.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/03 Oh Come, O Come, Emanuel.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/04 Winter Song.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/06 Christmas for Everyone.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/07 I Don't Care.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/08 Light of the World.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/09 Oh Holy Night.mp3 +//MUSIC/Halford/Halford III- Winter Songs (2009)/10 Come All Ye Faithful.mp3 //MUSIC/J.J. Hrubovcak/Death Metal Christmas (2013)/01 - Unrest for Melancholy Men (God Rest Ye Merry Gentlemen).mp3 //MUSIC/J.J. Hrubovcak/Death Metal Christmas (2013)/02 - Earthen Kings (We Three Kings).mp3 //MUSIC/J.J. Hrubovcak/Death Metal Christmas (2013)/03 - Nutcracker Dance of the Sugar Plum Fairy.mp3 diff --git a/shell/bashrc.d/02-plugin-config.sh b/shell/bashrc.d/02-plugin-config.sh index b902a03..3172d3a 100644 --- a/shell/bashrc.d/02-plugin-config.sh +++ b/shell/bashrc.d/02-plugin-config.sh @@ -40,3 +40,11 @@ NNN_COLORS="#04020301;4231" NNN_FCOLORS="$BLK$CHR$DIR$EXE$REG$HARDLINK$SYMLINK$MISSING$ORPHAN$FIFO$SOCK$UNKNOWN" export GRC_ALIASES BAT_THEME NNN_PLUG NNN_PREVIEWDIR NNN_COLORS NNN_FCOLORS + +# google cloud sdk + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/rudism/.local/opt/google-cloud-sdk/path.bash.inc' ]; then . '/home/rudism/.local/opt/google-cloud-sdk/path.bash.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/rudism/.local/opt/google-cloud-sdk/completion.bash.inc' ]; then . '/home/rudism/.local/opt/google-cloud-sdk/completion.bash.inc'; fi