create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
# Created by .ignore support plugin (hsz.mobi) | |
### Java template | |
# Compiled class file | |
*.class | |
# Log file | |
*.log | |
*.log.* | |
# BlueJ files |
<code_scheme name="Default" version="173"> | |
<JavaCodeStyleSettings> | |
<option name="DO_NOT_WRAP_AFTER_SINGLE_ANNOTATION" value="true" /> | |
<option name="ANNOTATION_PARAMETER_WRAP" value="2" /> | |
<option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" /> | |
</JavaCodeStyleSettings> | |
<codeStyleSettings language="JAVA"> | |
<option name="BRACE_STYLE" value="2" /> | |
<option name="CLASS_BRACE_STYLE" value="2" /> | |
<option name="METHOD_BRACE_STYLE" value="2" /> |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
" URL: http://vim.wikia.com/wiki/Example_vimrc | |
" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode | |
" Description: A minimal, but feature rich, example .vimrc. If you are a | |
" newbie, basing your first .vimrc on this file is a good choice. | |
" If you're a more advanced user, building your own .vimrc based | |
" on this file is still a good idea. | |
" | |
" This is the starting point from where my VIM advence learning shall begin | |
"------------------------------------------------------------ | |
" Features {{{1 |