Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am rkallenkoot on github.
* I am rkallenkoot (https://keybase.io/rkallenkoot) on keybase.
* I have a public key ASAoJlSrjlhey7Tpm6yWFlAxC3PRGz3abpktlLE0uKTvJQo
To claim this, I am signing this object:
@Rkallenkoot
Rkallenkoot / gist:dd1097b1ed4fdea9f1e964f19c11f755
Created March 7, 2017 00:49
Jenkins, Xcode, Github, Testflight/Hockey on a Mac Mini
  • Buy a mac mini
  • Install 10.8
  • Create a user account for Jenkins
  • Install xcode
  • Turn on screen sharing
  • Turn off energy save sleeping
  • Login as your jenkins user
  • Use ssh-keygen to create a key for github
  • Create a github account for your build machine
  • Add the key to your build machine github account
@Rkallenkoot
Rkallenkoot / pma.sh
Created July 25, 2015 17:42
pma homestead
#!/bin/bash
echo 'Downloading PhpMyAdmin 4.4.11'
curl -#L https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_4_12.tar.gz -o phpmyadmin.tar.gz
mkdir phpmyadmin && tar xf phpmyadmin.tar.gz -C phpmyadmin --strip-components 1
rm phpmyadmin.tar.gz
sudo bash /vagrant/scripts/serve.sh phpmyadmin.app $(pwd)/phpmyadmin
@Rkallenkoot
Rkallenkoot / Awesome dark colorscheme
Created February 7, 2014 01:36
Awesome dark colorscheme
#define base00 #2b303b
#define base01 #343d46
#define base02 #4f5b66
#define base03 #65737e
#define base04 #a7adba
#define base05 #c0c5ce
#define base06 #dfe1e8
#define base07 #eff1f5
#define base08 #bf616a
#define base09 #d08770
@Rkallenkoot
Rkallenkoot / Solarized .Xresources
Last active August 29, 2015 13:56
Solarized .Xresources
! Solarized color scheme for the X Window System
!
! http://ethanschoonover.com/solarized
! Common
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*foreground: #839496
*background: #021B21
*cursorColor: #2E3340
*color0: #032C36
*color8: #065F73
*color1: #C2454E
*color9: #EF5847
*color2: #7CBF9E
*color10: #A2D9B1