Skip to content

Instantly share code, notes, and snippets.

View mcaroca's full-sized avatar
🥸
Focusing

Mauricio Caroca mcaroca

🥸
Focusing
View GitHub Profile
@mcaroca
mcaroca / iterm2-solarized.md
Created November 5, 2018 21:06 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@mcaroca
mcaroca / main.ts
Last active February 27, 2018 14:07
Intercom & Angular
const intercomSettings: any = {
app_id: 'APP_ID'
};
(<any>window).intercomSettings = intercomSettings;
(function () {
const w: any = window;
const ic: any = w.Intercom;
if (typeof ic === 'function') {
ic('reattach_activator');
ic('update', intercomSettings);