Skip to content

Instantly share code, notes, and snippets.

@claritee
claritee / random-setup.md
Last active February 7, 2018 06:05
Random Setup And Shortcuts

Random notes on setup / shortcuts

Install Homebrew

https://brew.sh/

stree shortcut

@claritee
claritee / learn-elixir.md
Last active December 22, 2019 09:01
Elixir Notes

Installation

brew install elixir

REPL

Interactive Elixir

iex

RVM

Install

curl -sSL https://get.rvm.io | bash

Install a version

rvm install 2.1.1
@claritee
claritee / docker.md
Last active December 2, 2017 09:28
Notes/Guide to docker
@claritee
claritee / quickstart-springboot.md
Last active November 5, 2017 05:26
Quick Start: SpringBoot Command Line Setup & Test
@claritee
claritee / install-sbt-ubuntu.sh
Last active April 2, 2017 14:24 — forked from klaeufer/install-sbt-ubuntu.sh
installation script for Scala, SBT and JDK 8 on Ubuntu (Codenvy)
#!/bin/sh
# installation script for Scala sbt on Ubuntu
# tested on Codenvy
sudo apt-get update
sudo apt-get install -y apt-transport-https
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
@claritee
claritee / wwc-tutorials.md
Last active April 15, 2021 05:00
Claire's Women Who Code Tutorials

This is a list of tutorials I've written for the Ruby workshops I run for Women Who Code in London