Skip to content

Instantly share code, notes, and snippets.

View slaterx's full-sized avatar

Gleidson Nascimento slaterx

  • Urvin Finance
  • Wellington, NZ
  • X @slaterx
View GitHub Profile

Keybase proof

I hereby claim:

  • I am slaterx on github.
  • I am slaterx (https://keybase.io/slaterx) on keybase.
  • I have a public key ASBKQMxkadMo4K5TsWL4da6tXN73wHlRWZVDv1o0x-3x-wo

To claim this, I am signing this object:

PACKAGE = build-it
DATE ?= $(shell date +%FT%T%z)
VERSION ?= $(shell git describe --tags --always --dirty --match=v* 2> /dev/null || \
cat $(CURDIR)/.version 2> /dev/null || echo v0)
GOPATH = $(CURDIR)/.gopath~
BIN = $(GOPATH)/bin
BASE = $(GOPATH)/src/$(PACKAGE)
PKGS = $(or $(PKG),$(shell cd $(BASE) && env GOPATH=$(GOPATH) $(GO) list ./... | grep -v "^$(PACKAGE)/vendor/"))
TESTPKGS = $(shell env GOPATH=$(GOPATH) $(GO) list -f '{{ if .TestGoFiles }}{{ .ImportPath }}{{ end }}' $(PKGS))
@slaterx
slaterx / boxstarter.ps1
Created August 2, 2018 02:00 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: