Update everything muhahaha

This commit is contained in:
Tobias Manske 2022-03-16 23:36:19 +01:00
parent 4e370073b6
commit 038ad77a4f
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
6 changed files with 19 additions and 8 deletions

2
.zimrc
View File

@ -36,3 +36,5 @@ zmodule zsh-users/zsh-syntax-highlighting
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
zmodule zsh-users/zsh-history-substring-search
# }}} End configuration added by Zim install
zmodule agkozak/zsh-z

1
.zshrc
View File

@ -144,4 +144,5 @@ export EDITOR=vim
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
export PATH="$PATH:$HOME/.local/bin"
export TERM=xterm-256color

View File

@ -14,6 +14,8 @@
assign [instance="mail"] $ws5
# KeepassXC
assign [class="keepassxc"] $ws10
# Spotify
assign [class="Spotify"] $ws3
# {{{ SPECIAL KEYBINDINGS }}}

View File

@ -1,7 +1,7 @@
; Global settings for redshift
[redshift]
; Set the day and night screen temperatures
temp-day=6500
temp-day=5000
temp-night=3500
; Disable the smooth fade between temperatures when Redshift starts and stops.

View File

@ -9,3 +9,9 @@ autocmd BufNewFile,BufReadPost *.Rmd call Markdown()
autocmd BufNewFile,BufReadPost *.rmd call Markdown()
autocmd BufNewFile,BufReadPost *.md call Markdown()
" Groovy syntax highlighting
au BufNewFile,BufRead Jenkinsfile set filetype=groovy
au BufNewFile,BufRead .latexmkrc set filetype=perl