From 13c92edd01257d8c246293db490667f670e7aa82 Mon Sep 17 00:00:00 2001 From: h Date: Wed, 20 Dec 2023 20:29:27 -0500 Subject: [PATCH] changes --- kitty/kitty.conf | 2 -- nvim/lua/lsp.lua | 8 ++++---- spicetify/config.ini | 5 +++-- tex/tex-macros.sty | 1 + zsh/zshrc | 4 ++-- zshenv | 3 +++ 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 93e3333..b8e3090 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -937,8 +937,6 @@ confirm_os_window_close 0 #: this setting when reloading the config will only work if #: dynamic_background_opacity was enabled in the original config. -# background_image none - #: Path to a background image. Must be in PNG format. # background_image_layout tiled diff --git a/nvim/lua/lsp.lua b/nvim/lua/lsp.lua index 2d34121..96cc6dc 100644 --- a/nvim/lua/lsp.lua +++ b/nvim/lua/lsp.lua @@ -71,8 +71,8 @@ local lsp_confs = { }, }, }, - ocamllsp = {}, racket_langserver = {}, + ocamllsp = {}, rust_analyzer = { cmd_env = { CARGO_TARGET_DIR = "/tmp/rust-analyzer" @@ -190,9 +190,9 @@ vim.diagnostic.config({ do -- signs local signs = { { 'DiagnosticSignError', text = '×', texthl = 'DiagnosticSignError' }, - { 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' }, - { 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' }, - { 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' }, + { 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' }, + { 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' }, + { 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' }, } for _, sign in pairs(signs) do local name = sign[1] diff --git a/spicetify/config.ini b/spicetify/config.ini index bd4e45b..ed94858 100644 --- a/spicetify/config.ini +++ b/spicetify/config.ini @@ -17,6 +17,7 @@ overwrite_assets = 0 spotify_launch_flags = spotify_path = /opt/spotify prefs_path = /home/emh/.config/spotify/prefs +inject_theme_js = 1 [Preprocesses] disable_upgrade_check = 1 @@ -27,5 +28,5 @@ expose_apis = 1 ; DO NOT CHANGE! [Backup] -version = 1.1.84.716.gc5f8b819 -with = 2.16.1 +version = 1.2.22.982.g794acc0a +with = 2.25.0 diff --git a/tex/tex-macros.sty b/tex/tex-macros.sty index 701fa33..b8b1316 100644 --- a/tex/tex-macros.sty +++ b/tex/tex-macros.sty @@ -29,3 +29,4 @@ \DeclareMathOperator{\Arg}{Arg} \DeclareMathOperator{\Log}{Log} \DeclareMathOperator{\Var}{Var} +\DeclareMathOperator{\Cov}{Cov} diff --git a/zsh/zshrc b/zsh/zshrc index de1974b..db059b8 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,12 +8,12 @@ export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2023/texmf-dist/doc/info setopt vi alias gef='gdb --eval-command="source /usr/share/gef/gef.py"' -alias pwndbg='gdb --eval-command="source /usr/share/pwndbg/gdbinit.py"' +alias pwndbg='gdb --eval-command="source $XDG_DATA_HOME/pwndbg/pwndbg/gdbinit.py"' alias wget='wget --hsts-file="$XDG_DATA_HOME/wget-hsts"' alias neofetch='neofetch --kitty $XDG_CONFIG_HOME/neofetch/$(hostname).png --size 400px' alias la='exa -lah --icons' alias ll='exa -lah --icons' -alias cat='bat -p --paging=never' +alias cat='bat -p --pager=never' alias tcat="/usr/bin/cat" alias xsecurelock='XSECURELOCK_NO_COMPOSITE=1 XSECURELOCK_AUTH_BACKGROUND_COLOR=$color00 XSECURELOCK_AUTH_FOREGROUND_COLOR=$color07 xsecurelock' diff --git a/zshenv b/zshenv index 42d5b95..c85faca 100644 --- a/zshenv +++ b/zshenv @@ -32,6 +32,9 @@ export TEXMFHOME="$XDG_CONFIG_HOME"/texmf export TEXMFVAR="$XDG_CACHE_HOME"/texmf-var export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config +export PWNDBG_VENV_PATH="$XDG_DATA_HOME"/pwndbg +export DEBUGINFOD_URLS="https://debuginfod.elfutils.org/" + export STEAM_HOME="$HOME"/media/games export BINJA_HOME="$HOME"/.config/binja export MC_HOME="$HOME"/media/games/minecraft