Step-by-step installtion of cGit on nginx without funky rewrite rules.
This is for
| package com.gilbert.wat.widget; | |
| import java.lang.reflect.Field; | |
| import java.lang.reflect.Method; | |
| import java.util.Calendar; | |
| import android.app.DatePickerDialog; | |
| import android.content.Context; | |
| import android.os.Build; | |
| import android.widget.DatePicker; |
| apt-get update && apt-get upgrade | |
| apt-get install vim git curl build-essential libssl-dev | |
| #js | |
| #java | |
| #ruby just because web dev tools has a lot of tools in ruby |
| package com.mpayme.znap.core.widget; | |
| import java.lang.reflect.Field; | |
| import android.content.Context; | |
| import android.text.SpannableStringBuilder; | |
| import android.text.TextUtils; | |
| import android.util.AttributeSet; | |
| import android.view.View; | |
| import android.widget.TextView; |
| { | |
| "name": "testmongo", | |
| "version": "0.1.0", | |
| "description": "test mongo speed", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "MIT", |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'> | |
| <style> | |
| html { | |
| padding: 5mm; | |
| background-color: #e9e9e9; |
| Verifying that +gilbertwat is my blockchain ID. https://onename.com/gilbertwat |
| [alias] | |
| d = diff | |
| dc = diff --cached | |
| ca = commit --amend | |
| co = checkout | |
| st = status | |
| sp = stash pop | |
| su = stash save -u | |
| po = push origin | |
| cm = commit -m |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/Users/gilbert/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| if [ -z $COLORTERM ]; then | |
| ZSH_THEME="lambda" | |
| else |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " vim-plug stuff | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| call plug#begin() | |
| " Fuzzy Search | |
| Plug '/usr/local/opt/fzf' | |
| " Surround open / close | |
| Plug 'tpope/vim-surround' | |
| " File explorer | |
| Plug 'scrooloose/nerdtree' |