Update everything muhahaha
This commit is contained in:
		
							
								
								
									
										14
									
								
								.gitconfig
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								.gitconfig
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
[user]
 | 
			
		||||
	email = tobias.manske@mailbox.org
 | 
			
		||||
	name = Tobias Manske
 | 
			
		||||
	signingkey = FF57750B830AA3A1
 | 
			
		||||
    email = tobias.manske@mailbox.org
 | 
			
		||||
    name = Tobias Manske
 | 
			
		||||
    signingkey = FF57750B830AA3A1
 | 
			
		||||
[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
 | 
			
		||||
    fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
 | 
			
		||||
@@ -9,15 +9,15 @@
 | 
			
		||||
    undo = reset HEAD~
 | 
			
		||||
    ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ; } ; gi"
 | 
			
		||||
[commit]
 | 
			
		||||
	gpgsign = true
 | 
			
		||||
    gpgsign = true
 | 
			
		||||
    template = ~/.gitmessage
 | 
			
		||||
[core]
 | 
			
		||||
	autocrlf = input
 | 
			
		||||
    autocrlf = input
 | 
			
		||||
    pager = delta
 | 
			
		||||
[github]
 | 
			
		||||
	user = rad4day
 | 
			
		||||
    user = rad4day
 | 
			
		||||
[pull]
 | 
			
		||||
	rebase = true
 | 
			
		||||
    rebase = true
 | 
			
		||||
[interactive]
 | 
			
		||||
    diffFilter = delta --color-only
 | 
			
		||||
[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
 | 
			
		||||
zmodule zsh-users/zsh-history-substring-search
 | 
			
		||||
# }}} 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"
 | 
			
		||||
eval "$(jenv init -)"
 | 
			
		||||
 | 
			
		||||
export PATH="$PATH:$HOME/.local/bin"
 | 
			
		||||
export TERM=xterm-256color
 | 
			
		||||
 
 | 
			
		||||
@@ -14,6 +14,8 @@
 | 
			
		||||
        assign [instance="mail"] $ws5
 | 
			
		||||
    # KeepassXC
 | 
			
		||||
        assign [class="keepassxc"] $ws10
 | 
			
		||||
    # Spotify
 | 
			
		||||
        assign [class="Spotify"] $ws3
 | 
			
		||||
 | 
			
		||||
# {{{ SPECIAL KEYBINDINGS }}}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user