From 7cd703e1809d3e7cdd8a7974ef5a8d40330da4fb Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 26 Feb 2021 12:05:57 -0500 Subject: added coc-settings, updated a bunch of stuff --- .aliases | 6 +++--- .config/mutt/muttrc | 2 +- .config/wpg/sequences | 2 +- .urlview | 3 ++- .vim/coc-settings.json | 20 ++++++++++++++++++++ .vim/spell/en.utf-8.add | 2 ++ .vim/spell/en.utf-8.add.spl | Bin 199 -> 225 bytes .zshenv | 2 +- 8 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 .vim/coc-settings.json diff --git a/.aliases b/.aliases index 4566a3b..d949abd 100644 --- a/.aliases +++ b/.aliases @@ -3,8 +3,8 @@ alias chats.sh='exec qutebrowser messenger.com discord.com' alias cp="cp -i" alias define="dict -d gcide" alias df="df -h" -alias doom2="chocolate-doom -iwad ~/games/doom/DOOM2.WAD" -alias doom="chocolate-doom -iwad ~/games/doom/DOOM.WAD" +alias doom2="crispy-doom -iwad ~/games/doom/DOOM2.WAD" +alias doom="crispy-doom -iwad ~/games/doom/DOOM.WAD" alias dosbox="timidity -iA & dosbox && killall timidity" alias du="du -h -c" alias ffmpeg ffmpeg -hide_banner @@ -21,7 +21,7 @@ alias ll="ls -lh --color=auto" alias ln="ln -v" alias ls="ls --color=auto" alias mbsync='mbsync -c ~/.config/mbsync/mbsyncrc' -alias sigil="chocolate-doom -iwad ~/games/doom/DOOM.WAD -file ~/games/doom/SIGIL_COMPAT.wad" +alias sigil="crispy-doom -iwad ~/games/doom/DOOM.WAD -file ~/games/doom/SIGIL_v1_21/SIGIL_COMPAT_v1_21.wad" alias sudo='doas' alias synonym="dict -d moby-thesaurus" alias tar='tar -v' diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index eb18821..4e0e0ca 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -3711,7 +3711,7 @@ set message_cachedir=~/.cache/mutt # (PGP only) # # -# set pipe_decode=no +set pipe_decode=yes # # Name: pipe_decode # Type: boolean diff --git a/.config/wpg/sequences b/.config/wpg/sequences index ce81f92..1c9fc09 100644 --- a/.config/wpg/sequences +++ b/.config/wpg/sequences @@ -1 +1 @@ -]4;0;#150a07\]4;1;#8D6B33\]4;2;#9E7052\]4;3;#A78B36\]4;4;#CC9870\]4;5;#A87F83\]4;6;#B48862\]4;7;#dfcac1\]4;8;#3b1b12\]4;9;#c38e35\]4;10;#dc8e5b\]4;11;#e7bb37\]4;12;#ffc27d\]4;13;#ed919a\]4;14;#fcaf6d\]4;15;#fff7ec\]10;#fff7ec\]11;[90]#150a07\]12;#fff7ec\]13;#fff7ec\]17;#fff7ec\]19;#150a07\]4;232;#150a07\]4;256;#fff7ec\]708;[90]#150a07\ \ No newline at end of file +]4;0;#12231e\]4;1;#847C60\]4;2;#6C6E57\]4;3;#A19779\]4;4;#737A64\]4;5;#898B72\]4;6;#7B836E\]4;7;#c3c6bb\]4;8;#22443a\]4;9;#baa96e\]4;10;#969b64\]4;11;#e3cd8b\]4;12;#9aac73\]4;13;#bfc583\]4;14;#a3b97f\]4;15;#fffff5\]10;#fffff5\]11;[90]#12231e\]12;#fffff5\]13;#fffff5\]17;#fffff5\]19;#12231e\]4;232;#12231e\]4;256;#fffff5\]708;[90]#12231e\ \ No newline at end of file diff --git a/.urlview b/.urlview index 8308e63..e344a8c 100644 --- a/.urlview +++ b/.urlview @@ -25,6 +25,7 @@ #COMMAND netscape -remote 'openURL(%s)' COMMAND url_handler.sh +WRAP yes # Quit urlview after launch -#QUITONLAUNCH +QUITONLAUNCH diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 0000000..443f5e6 --- /dev/null +++ b/.vim/coc-settings.json @@ -0,0 +1,20 @@ +{ + "coc.preferences.formatOnSaveFiletypes": [ + "hbs", + "javascript", + "css", + "html", + "json", + "liquid", + "markdown", + "rust", + "vue", + "xml" + ], + "rust-analyzer.checkOnSave.command": "clippy", + "rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer", + "diagnostic.warningSign": "󰀦", + "diagnostic.errorSign": "󰚑", + "prettier.trailingComma": "none", + "prettier.arrowParens": "avoid" +} diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add index 9678593..df97f5d 100644 --- a/.vim/spell/en.utf-8.add +++ b/.vim/spell/en.utf-8.add @@ -9,3 +9,5 @@ usr Burbage Scottsfield Amberly +Vierne +badass diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl index 3740a87..c072478 100644 Binary files a/.vim/spell/en.utf-8.add.spl and b/.vim/spell/en.utf-8.add.spl differ diff --git a/.zshenv b/.zshenv index 76f7583..d4a7607 100644 --- a/.zshenv +++ b/.zshenv @@ -2,7 +2,7 @@ export BROWSER=firefox export EDITOR=vim export VISUAL=vim export PAGER=less -export DOOMWADDIR=~/.local/share/chocolate-doom/wads +export DOOMWADDIR=~/.local/share/crispy-doom/wads # Color man pages export LESS_TERMCAP_mb=$'\E[01;32m' -- cgit v1.2.3