diff --git a/archive.tar.gz b/archive.tar.gz index 9d2f7b7..4f2c0cd 100644 Binary files a/archive.tar.gz and b/archive.tar.gz differ diff --git a/dev-env.sh b/dev-env.sh index aaff1c0..1e0167b 100755 --- a/dev-env.sh +++ b/dev-env.sh @@ -10,7 +10,6 @@ _notes_locations_print() echo "\t\ttodo.txt:\t$TODOTXTPATH" echo "\t\twiki:\t\t$VIMWIKIPATH" echo "\t\tvimrc:\t\t$MYVIMRC" - echo "\t\tlog.txt:\t$LOGTXTPATH" echo "\t\tbashrc:\t\t$HOME/.bashrc" echo "\t\trss feeds:\t$HOME/.config/newsraft/feeds" } @@ -29,18 +28,17 @@ _help() _extract_notes() { - if [ ! -e "./archive.tar.gz.gpg" ]; + if [ ! -e "./archive.tar.gz" ]; then - echo "archive.tar.gz.gpg does not exist." + echo "archive.tar.gz does not exist." exit 1 fi mkdir tmp - #gpg -o archive.tar.gz -d archive.tar.gz.gpg + #gpg -o archive.tar.gz -d archive.tar.gz tar xzf archive.tar.gz -C . cp -r ./tmp/wiki $(dirname $VIMWIKIPATH) cp ./tmp/todo.txt $TODOTXTPATH - cp ./tmp/.vimrc $MYVIMRC - cp ./tmp/log.txt $LOGTXTPATH + cp ./tmp/vimrc $MYVIMRC cp ./tmp/bashrc $HOME/.bashrc cp ./tmp/rssfeeds $HOME/.config/newsraft/feeds rm -r ./tmp @@ -54,7 +52,6 @@ _storage_notes() cp $TODOTXTPATH ./tmp/ cp -r $VIMWIKIPATH ./tmp/ cp $MYVIMRC ./tmp/vimrc - cp $LOGTXTPATH ./tmp/ cp $HOME/.bashrc ./tmp/bashrc cp $HOME/.config/newsraft/feeds ./tmp/rssfeeds tar czf archive.tar.gz ./tmp/ @@ -104,7 +101,7 @@ _launch_notes() { tmux new-session -d 'bash' tmux new-window 'newsraft' - tmux new-window 'vim -o $TODOTXTPATH $VIMWIKIPATH/index.md $LOGTXTPATH' + tmux new-window 'vim -o $TODOTXTPATH $VIMWIKIPATH/index.md' tmux -2 attach-session -d } @@ -130,12 +127,6 @@ then exit 1 fi -if [ -z "$LOGTXTPATH" ]; -then - echo "LOGTXTPATH not set." - exit 1 -fi - if [ -z "$RSSFEEDSPATH" ]; then echo "RSSFEEDSPATH not set." diff --git a/radio/main.m3u b/radio/main.m3u new file mode 100644 index 0000000..f8d8637 --- /dev/null +++ b/radio/main.m3u @@ -0,0 +1,6 @@ +#EXTM3U +#PLAYLIST:Online radio: mskor radio +#EXTINF:-1, Phonk Radio +http://79.120.77.11:9035 +#EXTINF:-1, Lainchan Radio +https://radio.lainchan.org/listen/lainchan_radio_main/radio.mp3