add some config files

This commit is contained in:
Xerus 2020-03-08 20:05:20 +01:00
parent bb0c2806ae
commit 7425e496df
5 changed files with 105 additions and 0 deletions

62
.config/git/gitk Normal file
View File

@ -0,0 +1,62 @@
set mainfont {sans 9}
set textfont {monospace 9}
set uifont {sans 9 bold}
set tabstop 8
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set autoselect 1
set autosellen 40
set showneartags 1
set maxrefs 20
set visiblerefs {"master"}
set hideremotes 0
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set uicolor grey85
set want_ttk 1
set bgcolor white
set fgcolor black
set uifgcolor black
set uifgdisabledcolor #999
set colors {"#00ff00" red blue magenta darkgrey brown orange}
set diffcolors {red "#00a000" blue}
set mergecolors {red blue "#00ff00" purple brown "#009090" magenta "#808000" "#009000" "#ff0080" cyan "#b07070" "#70b0f0" "#70f0b0" "#f0b070" "#ff70b0"}
set markbgcolor #e0e0ff
set diffcontext 3
set selectbgcolor gray85
set foundbgcolor yellow
set currentsearchhitbgcolor orange
set extdifftool meld
set perfile_attrs 0
set headbgcolor #00ff00
set headfgcolor black
set headoutlinecolor black
set remotebgcolor #ffddaa
set tagbgcolor yellow
set tagfgcolor black
set tagoutlinecolor black
set reflinecolor black
set filesepbgcolor #aaaaaa
set filesepfgcolor black
set linehoverbgcolor #ffff80
set linehoverfgcolor black
set linehoveroutlinecolor black
set mainheadcirclecolor yellow
set workingfilescirclecolor red
set indexcirclecolor #00ff00
set circlecolors {white blue gray blue blue}
set linkfgcolor blue
set circleoutlinecolor black
set geometry(main) 3840x1999+3840+0
set geometry(state) normal
set geometry(topwidth) 3840
set geometry(topheight) 405
set geometry(pwsash0) "1431 1"
set geometry(pwsash1) "2147 1"
set geometry(botwidth) 1782
set geometry(botheight) 1589
set permviews {}

View File

@ -2,3 +2,13 @@
cmap w!! w !sudo tee > /dev/null %
set number relativenumber
set clipboard+=unnamedplus
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin()
Plug 'psliwka/vim-smoothie'
call plug#end()

6
.config/redshift.conf Normal file
View File

@ -0,0 +1,6 @@
[redshift]
temp-day=6400
temp-night=3400
brightness-day=1.0
brightness-night=0.7
transition=1

12
.config/ukuu.json Normal file
View File

@ -0,0 +1,12 @@
{
"notify_major" : "false",
"notify_minor" : "false",
"notify_bubble" : "false",
"notify_dialog" : "false",
"hide_unstable" : "true",
"hide_older" : "true",
"notify_interval_unit" : "2",
"notify_interval_value" : "10",
"grub_timeout" : "5",
"update_grub_timeout" : "false"
}

15
.config/user-dirs.dirs Normal file
View File

@ -0,0 +1,15 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/daten/downloads"
XDG_TEMPLATES_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/daten/musik"
XDG_PICTURES_DIR="$HOME/daten/bilder"
XDG_VIDEOS_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"