Update everything muhahaha
This commit is contained in:
parent
4e370073b6
commit
038ad77a4f
14
.gitconfig
14
.gitconfig
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = tobias.manske@mailbox.org
|
email = tobias.manske@mailbox.org
|
||||||
name = Tobias Manske
|
name = Tobias Manske
|
||||||
signingkey = FF57750B830AA3A1
|
signingkey = FF57750B830AA3A1
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||||
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
|
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
|
||||||
@ -9,15 +9,15 @@
|
|||||||
undo = reset HEAD~
|
undo = reset HEAD~
|
||||||
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ; } ; gi"
|
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ; } ; gi"
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
template = ~/.gitmessage
|
template = ~/.gitmessage
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
pager = delta
|
pager = delta
|
||||||
[github]
|
[github]
|
||||||
user = rad4day
|
user = rad4day
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
[delta]
|
[delta]
|
||||||
|
2
.zimrc
2
.zimrc
@ -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
|
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
|
||||||
zmodule zsh-users/zsh-history-substring-search
|
zmodule zsh-users/zsh-history-substring-search
|
||||||
# }}} End configuration added by Zim install
|
# }}} End configuration added by Zim install
|
||||||
|
|
||||||
|
zmodule agkozak/zsh-z
|
||||||
|
1
.zshrc
1
.zshrc
@ -144,4 +144,5 @@ export EDITOR=vim
|
|||||||
export PATH="$HOME/.jenv/bin:$PATH"
|
export PATH="$HOME/.jenv/bin:$PATH"
|
||||||
eval "$(jenv init -)"
|
eval "$(jenv init -)"
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
assign [instance="mail"] $ws5
|
assign [instance="mail"] $ws5
|
||||||
# KeepassXC
|
# KeepassXC
|
||||||
assign [class="keepassxc"] $ws10
|
assign [class="keepassxc"] $ws10
|
||||||
|
# Spotify
|
||||||
|
assign [class="Spotify"] $ws3
|
||||||
|
|
||||||
# {{{ SPECIAL KEYBINDINGS }}}
|
# {{{ SPECIAL KEYBINDINGS }}}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
; Global settings for redshift
|
; Global settings for redshift
|
||||||
[redshift]
|
[redshift]
|
||||||
; Set the day and night screen temperatures
|
; Set the day and night screen temperatures
|
||||||
temp-day=6500
|
temp-day=5000
|
||||||
temp-night=3500
|
temp-night=3500
|
||||||
|
|
||||||
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
||||||
|
@ -9,3 +9,9 @@ autocmd BufNewFile,BufReadPost *.Rmd call Markdown()
|
|||||||
autocmd BufNewFile,BufReadPost *.rmd call Markdown()
|
autocmd BufNewFile,BufReadPost *.rmd call Markdown()
|
||||||
autocmd BufNewFile,BufReadPost *.md 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
|
||||||
|
Loading…
Reference in New Issue
Block a user