first batch
This commit is contained in:
parent
058e54e9ad
commit
b92c1498e9
8 changed files with 297 additions and 0 deletions
21
SciTEUser.properties
Normal file
21
SciTEUser.properties
Normal file
|
@ -0,0 +1,21 @@
|
|||
tabbar.hide.one=1
|
||||
toolbar.visible=0
|
||||
line.margin.visible=1
|
||||
line.margin.width=2+
|
||||
margin.width=12
|
||||
toolbar.usestockicons=1
|
||||
view.whitespace=1
|
||||
code.page=65001
|
||||
whitespace.fore=e0e0e0
|
||||
font.monospace="fore:#1f1b1c,font:!Source Code Pro,size:9"
|
||||
font.base=$(font.monospace)
|
||||
font.small=$(font.monospace)
|
||||
font.comment=$(font.monospace)
|
||||
font.text=$(font.monospace)
|
||||
font.text.comment=$(font.monospace)
|
||||
font.embedded.base=$(font.monospace)
|
||||
font.embedded.comment=$(font.monospace)
|
||||
font.vbs=$(font.monospace)
|
||||
tabsize=4
|
||||
indent.size=4
|
||||
use.tabs=1
|
94
Xresources
Normal file
94
Xresources
Normal file
|
@ -0,0 +1,94 @@
|
|||
! $Id$
|
||||
|
||||
! load color-specific resources for clients that have them
|
||||
!#ifdef COLOR
|
||||
!*customization: -color
|
||||
!#endif
|
||||
|
||||
! make Xaw (Athena widget set) clients understand the delete key
|
||||
! this causes problems with some non-Xaw apps, use with care
|
||||
! *Text.translations: #override ~Shift ~Meta <Key>Delete: delete-next-character()
|
||||
XTerm*faceName: xft:Source Code Pro
|
||||
XTerm*faceSize: 9
|
||||
UXTerm*faceName: xft:Source Code Pro
|
||||
UXTerm*faceSize: 9
|
||||
|
||||
! Xft settings ---------------------------------------------------------------
|
||||
|
||||
Xft.dpi: 96
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
|
||||
! Solarized color scheme for the X Window System
|
||||
!
|
||||
! http://ethanschoonover.com/solarized
|
||||
|
||||
|
||||
! Common
|
||||
|
||||
#define S_yellow #b58900
|
||||
#define S_orange #cb4b16
|
||||
#define S_red #dc322f
|
||||
#define S_magenta #d33682
|
||||
#define S_violet #6c71c4
|
||||
#define S_blue #268bd2
|
||||
#define S_cyan #2aa198
|
||||
#define S_green #859900
|
||||
|
||||
|
||||
! Dark
|
||||
|
||||
#define S_base03 #002b36
|
||||
#define S_base02 #073642
|
||||
#define S_base01 #586e75
|
||||
#define S_base00 #657b83
|
||||
#define S_base0 #839496
|
||||
#define S_base1 #93a1a1
|
||||
#define S_base2 #eee8d5
|
||||
#define S_base3 #fdf6e3
|
||||
|
||||
|
||||
! Light
|
||||
|
||||
! #define S_base03 #fdf6e3
|
||||
! #define S_base02 #eee8d5
|
||||
! #define S_base01 #93a1a1
|
||||
! #define S_base00 #839496
|
||||
! #define S_base0 #657b83
|
||||
! #define S_base1 #586e75
|
||||
! #define S_base2 #073642
|
||||
! #define S_base3 #002b36
|
||||
|
||||
|
||||
! To only apply colors to your terminal, for example, prefix
|
||||
! the color assignment statement with its name. Example:
|
||||
!
|
||||
! URxvt*background: S_base03
|
||||
|
||||
*background: S_base03
|
||||
*foreground: S_base0
|
||||
*fading: 40
|
||||
*fadeColor: S_base03
|
||||
*cursorColor: S_base1
|
||||
*pointerColorBackground: S_base01
|
||||
*pointerColorForeground: S_base1
|
||||
|
||||
*color0: S_base02
|
||||
*color1: S_red
|
||||
*color2: S_green
|
||||
*color3: S_yellow
|
||||
*color4: S_blue
|
||||
*color5: S_magenta
|
||||
*color6: S_cyan
|
||||
*color7: S_base2
|
||||
*color9: S_orange
|
||||
*color8: S_base03
|
||||
*color10: S_base01
|
||||
*color11: S_base00
|
||||
*color12: S_base0
|
||||
*color13: S_violet
|
||||
*color14: S_base1
|
||||
*color15: S_base3
|
||||
|
61
gitk
Normal file
61
gitk
Normal file
|
@ -0,0 +1,61 @@
|
|||
set mainfont {{DejaVu Sans} 9}
|
||||
set textfont {{Source Code Pro} 9}
|
||||
set uifont {{DejaVu Sans} 9}
|
||||
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 hideremotes 1
|
||||
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 {green red blue magenta darkgrey brown orange}
|
||||
set diffcolors {red "#00a000" blue}
|
||||
set mergecolors {red blue green 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 green
|
||||
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 green
|
||||
set circlecolors {white blue gray blue blue}
|
||||
set linkfgcolor blue
|
||||
set circleoutlinecolor black
|
||||
set geometry(main) 1600x829+0+42
|
||||
set geometry(state) normal
|
||||
set geometry(topwidth) 1600
|
||||
set geometry(topheight) 472
|
||||
set geometry(pwsash0) "1018 1"
|
||||
set geometry(pwsash1) "1575 1"
|
||||
set geometry(botwidth) 1585
|
||||
set geometry(botheight) 352
|
||||
set permviews {}
|
2
gvimrc
Normal file
2
gvimrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
set guifont=Source\ Code\ Pro\ 9
|
||||
colorscheme solarized
|
68
i3status.conf
Normal file
68
i3status.conf
Normal file
|
@ -0,0 +1,68 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 5
|
||||
}
|
||||
|
||||
#order += "ipv6"
|
||||
order += "disk /"
|
||||
#order += "run_watch DHCP"
|
||||
#order += "run_watch VPN"
|
||||
order += "wireless wlan0"
|
||||
order += "ethernet eth0"
|
||||
order += "battery 0"
|
||||
order += "battery 1"
|
||||
order += "cpu_temperature 0"
|
||||
order += "cpu_temperature 1"
|
||||
order += "load"
|
||||
order += "time"
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage %remaining"
|
||||
path = "/sys/class/power_supply/CMB1/uevent"
|
||||
}
|
||||
|
||||
battery 1 {
|
||||
format = "%status %percentage %remaining"
|
||||
path = "/sys/class/power_supply/CMB2/uevent"
|
||||
}
|
||||
|
||||
run_watch DHCP {
|
||||
pidfile = "/var/run/dhclient*.pid"
|
||||
}
|
||||
|
||||
run_watch VPN {
|
||||
pidfile = "/var/run/vpnc/pid"
|
||||
}
|
||||
|
||||
time {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min %5min %15min"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "T: %degrees °C"
|
||||
path = "/sys/devices/platform/coretemp.0/temp2_input"
|
||||
}
|
||||
|
||||
cpu_temperature 1 {
|
||||
format = "T: %degrees °C"
|
||||
path = "/sys/devices/platform/coretemp.0/temp4_input"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%free"
|
||||
}
|
22
profile
Normal file
22
profile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
||||
# exists.
|
||||
# see /usr/share/doc/bash/examples/startup-files for examples.
|
||||
# the files are located in the bash-doc package.
|
||||
|
||||
# the default umask is set in /etc/profile; for setting the umask
|
||||
# for ssh logins, install and configure the libpam-umask package.
|
||||
#umask 022
|
||||
|
||||
# if running bash
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
11
screenrc
Normal file
11
screenrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
startup_message off
|
||||
screen -t "development"
|
||||
screen -t "remote"
|
||||
screen -t "serial"
|
||||
screen -t "serial2"
|
||||
screen -t "man"
|
||||
screen -t "misc"
|
||||
#termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
|
||||
#defhstatus "screen ^E (^Et) | $USER@^EH"
|
||||
termcapinfo xterm* ti@:te@
|
||||
altscreen on
|
18
vimrc
Normal file
18
vimrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
syntax enable
|
||||
let g:solarized_hitrail=1
|
||||
" let g:solarized_termcolors=256
|
||||
colorscheme solarized
|
||||
set background=dark
|
||||
let load_doxygen_syntax = 1
|
||||
set autoindent
|
||||
set encoding=utf-8
|
||||
set icon
|
||||
set smartindent
|
||||
set smartcase
|
||||
set spelllang=de,en
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set nowrap
|
||||
set number
|
||||
set foldmethod=indent
|
||||
set foldnestmax=10
|
Loading…
Reference in a new issue