This commit is contained in:
h 2023-12-20 20:29:27 -05:00
parent b6c09bbed6
commit 13c92edd01
6 changed files with 13 additions and 10 deletions

View File

@ -937,8 +937,6 @@ confirm_os_window_close 0
#: this setting when reloading the config will only work if #: this setting when reloading the config will only work if
#: dynamic_background_opacity was enabled in the original config. #: dynamic_background_opacity was enabled in the original config.
# background_image none
#: Path to a background image. Must be in PNG format. #: Path to a background image. Must be in PNG format.
# background_image_layout tiled # background_image_layout tiled

View File

@ -71,8 +71,8 @@ local lsp_confs = {
}, },
}, },
}, },
ocamllsp = {},
racket_langserver = {}, racket_langserver = {},
ocamllsp = {},
rust_analyzer = { rust_analyzer = {
cmd_env = { cmd_env = {
CARGO_TARGET_DIR = "/tmp/rust-analyzer" CARGO_TARGET_DIR = "/tmp/rust-analyzer"
@ -190,9 +190,9 @@ vim.diagnostic.config({
do -- signs do -- signs
local signs = { local signs = {
{ 'DiagnosticSignError', text = '×', texthl = 'DiagnosticSignError' }, { 'DiagnosticSignError', text = '×', texthl = 'DiagnosticSignError' },
{ 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' }, { 'DiagnosticSignWarn', text = '>', texthl = 'DiagnosticSignWarn' },
{ 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' }, { 'DiagnosticSignInfo', text = 'I', texthl = 'DiagnosticSignInfo' },
{ 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' }, { 'DiagnosticSignHint', text = 'H', texthl = 'DiagnosticSignHint' },
} }
for _, sign in pairs(signs) do for _, sign in pairs(signs) do
local name = sign[1] local name = sign[1]

View File

@ -17,6 +17,7 @@ overwrite_assets = 0
spotify_launch_flags = spotify_launch_flags =
spotify_path = /opt/spotify spotify_path = /opt/spotify
prefs_path = /home/emh/.config/spotify/prefs prefs_path = /home/emh/.config/spotify/prefs
inject_theme_js = 1
[Preprocesses] [Preprocesses]
disable_upgrade_check = 1 disable_upgrade_check = 1
@ -27,5 +28,5 @@ expose_apis = 1
; DO NOT CHANGE! ; DO NOT CHANGE!
[Backup] [Backup]
version = 1.1.84.716.gc5f8b819 version = 1.2.22.982.g794acc0a
with = 2.16.1 with = 2.25.0

View File

@ -29,3 +29,4 @@
\DeclareMathOperator{\Arg}{Arg} \DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Log}{Log} \DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Var}{Var} \DeclareMathOperator{\Var}{Var}
\DeclareMathOperator{\Cov}{Cov}

View File

@ -8,12 +8,12 @@ export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2023/texmf-dist/doc/info
setopt vi setopt vi
alias gef='gdb --eval-command="source /usr/share/gef/gef.py"' 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 wget='wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'
alias neofetch='neofetch --kitty $XDG_CONFIG_HOME/neofetch/$(hostname).png --size 400px' alias neofetch='neofetch --kitty $XDG_CONFIG_HOME/neofetch/$(hostname).png --size 400px'
alias la='exa -lah --icons' alias la='exa -lah --icons'
alias ll='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 tcat="/usr/bin/cat"
alias xsecurelock='XSECURELOCK_NO_COMPOSITE=1 XSECURELOCK_AUTH_BACKGROUND_COLOR=$color00 XSECURELOCK_AUTH_FOREGROUND_COLOR=$color07 xsecurelock' alias xsecurelock='XSECURELOCK_NO_COMPOSITE=1 XSECURELOCK_AUTH_BACKGROUND_COLOR=$color00 XSECURELOCK_AUTH_FOREGROUND_COLOR=$color07 xsecurelock'

3
zshenv
View File

@ -32,6 +32,9 @@ export TEXMFHOME="$XDG_CONFIG_HOME"/texmf
export TEXMFVAR="$XDG_CACHE_HOME"/texmf-var export TEXMFVAR="$XDG_CACHE_HOME"/texmf-var
export TEXMFCONFIG="$XDG_CONFIG_HOME"/texlive/texmf-config 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 STEAM_HOME="$HOME"/media/games
export BINJA_HOME="$HOME"/.config/binja export BINJA_HOME="$HOME"/.config/binja
export MC_HOME="$HOME"/media/games/minecraft export MC_HOME="$HOME"/media/games/minecraft