I hereby claim:
- I am mbauhardt on github.
- I am mbauhardt (https://keybase.io/mbauhardt) on keybase.
- I have a public key ASCTSDdWXkxgsnOXRq6_CASp_r9RmfiAotqYK5bDcx26XQo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<profiles version="22"> | |
<profile kind="CodeFormatterProfile" name="java-formatter" version="22"> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/> | |
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/> |
|A|B| | |
----- | |
|a|b| | |
|c|d2| |
[ | |
{ | |
"name": "Iris Keyboard", | |
"author": "Marko Bauhardt", | |
"background": { | |
"name": "Aluminium brushed", | |
"style": "background-image: url('/bg/metal/aluminum_texture1642.jpg');" | |
}, | |
"switchMount": "cherry", | |
"switchBrand": "cherry", |
[ | |
{ | |
"name": "Iris Keyboard", | |
"author": "Marko Bauhardt", | |
"background": { | |
"name": "Aluminium brushed", | |
"style": "background-image: url('/bg/metal/aluminum_texture1642.jpg');" | |
}, | |
"switchMount": "cherry", | |
"switchBrand": "cherry", |
% 5 hauser neben einander | |
% jedes hat eine andere farbe | |
% in jedem haus woihnt ein andere nationalität | |
% in jedem haus ein anderes getränk | |
% in jedem haus eine andere zigaretten marke | |
% in jedem haus ein anderes haustier | |
% 1 der engländer wohnt im roten haus | |
% 2 der spanier hat einen hund |
I hereby claim:
To claim this, I am signing this object:
#https://github.com/mbauhardt/spowerline | |
#Generated on Wed Sep 10 21:10:28 CEST 2014 | |
# | |
PROMPT=$(echo ' | |
%{$bg[blue]%}%{$fg_bold[red]%}$(true) %(?..%?)%{$reset_color%}%{$bg[$(echo blue)]%}%{$fg[blue]%}$(true && echo -e "\xE2\xAE\x80")%{$reset_color%}%{$bg[blue]%}%{$fg_bold[black]%}$(true) %~%{$reset_color%}%{$bg[$({git rev-parse --is-inside-work-tree &> /dev/null && echo green}||{!git rev-parse --is-inside-work-tree &> /dev/null && echo default})]%}%{$fg[blue]%}$(true && echo -e "\xE2\xAE\x80")%{$reset_color%}%{$bg[green]%}%{$fg_bold[black]%}$(git rev-parse --is-inside-work-tree &> /dev/null && ZSH_THEME_GIT_PROMPT_PREFIX=$(echo -e " \xe2\xad\xa0 ") && ZSH_THEME_GIT_PROMPT_SUFFIX='' && ZSH_THEME_GIT_PROMPT_DIRTY=$(echo -e " \xe2\x9c\x97 ") && ZSH_THEME_GIT_PROMPT_CLEAN='' && git_prompt_info)$(git rev-parse --is-inside-work-tree &> /dev/null && ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE=$(echo -e " \xe2\x86\x91 ") && ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE=$(echo -e " \xe2\x86\x93 ") && ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE=$( |
new_line() { | |
echo '' | |
} | |
reset_colors() { | |
echo -n "%{%k%}" | |
echo -n "%{%f%}" | |
} | |
prompt_status() { |
alias emacs="/Applications/Emacs.app/Contents/MacOS/emacs -nw" | |
alias gbc="git branch --contains" | |
compdef _git gbc=git-branch | |
alias glpg="git log --pretty=format:'%C(red)%h %C(magenta)%an %C(cyan)%ar% %C(green)%s' --graph" | |
compdef _git glpg=git-log | |
export PATH=/usr/local/bin:$PATH | |
# EC2 | |
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home |
#!/bin/zsh | |
curl -L https://github.com/mbauhardt/oh-my-zsh-bootstrap/raw/master/tools/install.zsh | zsh | |
source $HOME/.zshrc | |
enable_plugin rvm | |
enable_plugin dircycle | |
enable_plugin git-extras | |
download_and_enable_plugin https://gist.github.com/5136962.git antw |