vim-castle/.vim/vimwiki/vimwiki_html/Programming.html

64 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>Programming</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1 id="toc_1">Programming</h1>
<p>
To homeshick dotfiles:
<code>git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick</code>
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone git@bitbucket.org:brbuller/dotfiles.git</code>
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone git@bitbucket.org:brbuller/vim-castle.git</code>
If no credentials, use https clone:
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/dotfiles.git</code>
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/vim-castle.git</code>
</p>
<h2 id="toc_1.1">Projects</h2>
<ul>
<li>
<a href="development_projects_irongolem.html">IronGolem</a>
</ul>
<ul>
<li>
Platforms
<ul>
<li>
<a href="Android.html">Android</a>
</ul>
<li>
Languages
<ul>
<li>
<a href="PHP.html">PHP</a>
<li>
<a href="Java.html">Java</a>
</ul>
</ul>
<ul>
<li>
Algorithms
<ul>
<li>
<a href="Sorting.html">Sorting</a>
</ul>
</ul>
</body>
</html>