update
This commit is contained in:
parent
3e89506bd6
commit
56ad983c4e
6 changed files with 90 additions and 25 deletions
42
Xresources
42
Xresources
|
@ -28,6 +28,46 @@
|
||||||
#define S_base2 #eee8d5
|
#define S_base2 #eee8d5
|
||||||
#define S_base3 #fdf6e3
|
#define S_base3 #fdf6e3
|
||||||
|
|
||||||
|
*background: S_base03
|
||||||
|
*foreground: S_base00
|
||||||
|
*fading: 40
|
||||||
|
*fadeColor: S_base03
|
||||||
|
*cursorColor: S_base1
|
||||||
|
*pointerColorBackground:S_base01
|
||||||
|
*pointerColorForeground:S_base1
|
||||||
|
|
||||||
|
!! black dark/light
|
||||||
|
*color0: S_base02
|
||||||
|
*color8: S_base03
|
||||||
|
!
|
||||||
|
!!! red dark/light
|
||||||
|
*color1: S_red
|
||||||
|
*color9: S_orange
|
||||||
|
!
|
||||||
|
!!! green dark/light
|
||||||
|
*color2: S_green
|
||||||
|
*color10: S_base01
|
||||||
|
!
|
||||||
|
!!! yellow dark/light
|
||||||
|
*color3: S_yellow
|
||||||
|
*color11: S_base00
|
||||||
|
!
|
||||||
|
!!! blue dark/light
|
||||||
|
*color4: S_blue
|
||||||
|
*color12: S_base0
|
||||||
|
!
|
||||||
|
!!! magenta dark/light
|
||||||
|
*color5: S_magenta
|
||||||
|
*color13: S_violet
|
||||||
|
!
|
||||||
|
!!! cyan dark/light
|
||||||
|
*color6: S_cyan
|
||||||
|
*color14: S_base1
|
||||||
|
!
|
||||||
|
!!! white dark/light
|
||||||
|
*color7: S_base2
|
||||||
|
*color15: S_base3
|
||||||
|
|
||||||
! Light
|
! Light
|
||||||
! #define S_base03 #fdf6e3
|
! #define S_base03 #fdf6e3
|
||||||
! #define S_base02 #eee8d5
|
! #define S_base02 #eee8d5
|
||||||
|
@ -47,7 +87,7 @@ URxvt.font: xft:Hack-9:regular
|
||||||
URxvt.boldFont: xft:Hack-9:bold
|
URxvt.boldFont: xft:Hack-9:bold
|
||||||
URxvt.italicfont: xft:Hack-9:italic
|
URxvt.italicfont: xft:Hack-9:italic
|
||||||
URxvt.bolditalicFont: xft:Hack-9:bold:italic
|
URxvt.bolditalicFont: xft:Hack-9:bold:italic
|
||||||
URxvt.letterSpace: -2
|
URxvt.letterSpace: -1
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher
|
||||||
!,bell-command
|
!,bell-command
|
||||||
! this setting assumes that the current browser is set correctly via update-alternatives
|
! this setting assumes that the current browser is set correctly via update-alternatives
|
||||||
|
|
|
@ -7,22 +7,23 @@ alias gzc='gzip --best --no-name'
|
||||||
alias xzc='xz --best --extreme'
|
alias xzc='xz --best --extreme'
|
||||||
alias halt='systemctl poweroff'
|
alias halt='systemctl poweroff'
|
||||||
alias reboot='systemctl reboot'
|
alias reboot='systemctl reboot'
|
||||||
|
#alias pyvenv='python3 -m venv'
|
||||||
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
|
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
|
||||||
|
|
||||||
alias jjar='java -jar'
|
alias jjar='java -jar'
|
||||||
|
|
||||||
|
alias td='todo.sh'
|
||||||
|
alias todo='todo.sh'
|
||||||
|
|
||||||
current_dist=`lsb_release -c -s`
|
current_dist=`lsb_release -c -s`
|
||||||
all_dkms_packages="`apt-cache rdepends --installed dkms | sed -rn 's/^ +([^ ]+)$/\1/p' | sort -iu`"
|
all_dkms_packages="`apt-cache rdepends --installed dkms | sed -rn 's/^ +([^ ]+)$/\1/p' | sort -iu`"
|
||||||
|
|
||||||
if [ $use_sudo -eq 1 ];
|
if [ $use_sudo -eq 1 ];
|
||||||
then
|
then
|
||||||
alias adbu='sudo $apt_pref -t ${current_dist}-backports $apt_upgr'
|
alias adbu='sudo $apt_pref -t ${current_dist}-backports $apt_upgr'
|
||||||
alias aar='sudo apt-get --purge autoremove' #this command is only with apt-get
|
|
||||||
alias drd='[ -n "$all_dkms_packages" ] && sudo dpkg-reconfigure $all_dkms_packages'
|
alias drd='[ -n "$all_dkms_packages" ] && sudo dpkg-reconfigure $all_dkms_packages'
|
||||||
else
|
else
|
||||||
alias adbu='su -lc "$apt_pref -t ${current_dist}-backports $apt_upgr" root'
|
alias adbu='su -lc "$apt_pref -t ${current_dist}-backports $apt_upgr" root'
|
||||||
alias aar='su -lc "apt-get --purge autoremove" root' #this command is only with apt-get
|
|
||||||
alias drd='[ -n "$all_dkms_packages" ] && su -lc "dpkg-reconfigure $all_dkms_packages" root'
|
alias drd='[ -n "$all_dkms_packages" ] && su -lc "dpkg-reconfigure $all_dkms_packages" root'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
2
curlrc
2
curlrc
|
@ -1,5 +1,5 @@
|
||||||
capath = /etc/ssl/certs
|
capath = /etc/ssl/certs
|
||||||
ciphers = HIGH:kEDH:-AES128:!3DES:!DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH:!PSK:!DSS
|
#ciphers = HIGH:kEDH:-AES128:!3DES:!DES:!CAMELLIA128:!aNULL:!MD5:!SEED:!ECDH:!PSK:!DSS
|
||||||
tlsv1.2
|
tlsv1.2
|
||||||
fail
|
fail
|
||||||
compressed
|
compressed
|
||||||
|
|
56
gitconfig
56
gitconfig
|
@ -1,31 +1,32 @@
|
||||||
[color]
|
[user]
|
||||||
ui = auto
|
name = Tobias Schmidl
|
||||||
[credential]
|
|
||||||
helper = store
|
[alias]
|
||||||
|
author = !git-author
|
||||||
|
unique-author = !git-unique-author
|
||||||
|
bdiff = !git --no-pager diff
|
||||||
|
|
||||||
|
[url "https://"]
|
||||||
|
insteadOf = http://
|
||||||
|
|
||||||
|
[diff "image"]
|
||||||
|
command = /home/schtobia/bin/imgdiff
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
|
||||||
autoSquash = true
|
autoSquash = true
|
||||||
|
|
||||||
[push]
|
[credential]
|
||||||
default = simple
|
helper = store
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
renames = copies
|
renames = copies
|
||||||
renameLimit = 65536
|
renameLimit = 65536
|
||||||
|
|
||||||
[branch "master"]
|
|
||||||
rebase = true
|
|
||||||
|
|
||||||
[pull]
|
|
||||||
rebase = true
|
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
sslCAPath = /etc/ssl/certs
|
sslCAPath = /etc/ssl/certs
|
||||||
sslVerify = true
|
sslVerify = true
|
||||||
|
sslversion = tlsv1.2
|
||||||
[core]
|
#sslVersion = tlsv1.2
|
||||||
preloadindex = 1
|
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
renormalize = true
|
renormalize = true
|
||||||
|
@ -33,3 +34,26 @@
|
||||||
|
|
||||||
[pack]
|
[pack]
|
||||||
threads = 0
|
threads = 0
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
|
[branch "master"]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
|
||||||
|
[gitflow "branch"]
|
||||||
|
master = stable
|
||||||
|
develop = master
|
||||||
|
|
||||||
|
[gitflow "prefix"]
|
||||||
|
feature = dev/
|
||||||
|
|
||||||
|
[branch]
|
||||||
|
autosetuprebase = always
|
||||||
|
[tig]
|
||||||
|
line-graphics = utf-8
|
||||||
|
tab-size = 4
|
||||||
|
blob-view = line-number:yes,interval=5 text
|
||||||
|
|
5
profile
5
profile
|
@ -18,6 +18,7 @@ then
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
||||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
[ -f "$HOME/bin/set_environ.sh" ] && . "$HOME/bin/set_environ.sh";
|
|
||||||
fi
|
fi
|
||||||
|
mkdir -p -m 0700 /run/shm/sslkeyexport
|
||||||
|
export SSLKEYLOGFILE=/run/shm/sslkeyexport/keyexport
|
||||||
|
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -1,3 +1,4 @@
|
||||||
|
execute pathogen#infect()
|
||||||
syntax enable
|
syntax enable
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set background=light
|
set background=light
|
||||||
|
@ -5,8 +6,6 @@ if has('gui_running')
|
||||||
else
|
else
|
||||||
set background=dark
|
set background=dark
|
||||||
endif
|
endif
|
||||||
let g:solarized_hitrail=1
|
|
||||||
"let g:solarized_termcolors=256
|
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
call togglebg#map("<F5>")
|
call togglebg#map("<F5>")
|
||||||
let load_doxygen_syntax = 1
|
let load_doxygen_syntax = 1
|
||||||
|
|
Loading…
Reference in a new issue