Skip to content

Instantly share code, notes, and snippets.

View pixelstorm's full-sized avatar

pixelstorm pixelstorm

View GitHub Profile
@joel-thompson
joel-thompson / intercom_custom_attributes.php
Created April 13, 2017 00:11
Intercom PHP custom attribute examples
$client->users->create([
"user_id" => "161661",
"custom_attributes" => [
"my_custom_attribute" => "foo123"
]
]);
$client->companies->create([
"name" => "foocorp", "id" => "135",
"custom_attributes" => [
@renshuki
renshuki / ubuntu_agnoster_install.md
Last active December 30, 2024 16:16
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH