Pinned Loading
-
Smarter Unity build script for MacOS.
Smarter Unity build script for MacOS. 1#!/bin/zsh
23# Define build targets and descriptions in an associative array
4typeset -A build_targets
5build_targets=(
-
git cheats
git cheats 1# shortform git commands
2alias g='git'
34# get a list of all commit messages for a repo
5git log --pretty=format:'%s'
-
.vimrc
.vimrc 1" URL: http://vim.wikia.com/wiki/Example_vimrc
2" Authors: http://vim.wikia.com/wiki/Vim_on_Freenode
3" Description: A minimal, but feature rich, example .vimrc. If you are a
4" newbie, basing your first .vimrc on this file is a good choice.
5" If you're a more advanced user, building your own .vimrc based
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.