Skip to content

Instantly share code, notes, and snippets.

@arunthampi
arunthampi / README.md
Last active February 2, 2018 23:15 — forked from jmhobbs/README.md
Create scrolling text gifs for Slack

Makes little scrolly text jiffs in Flywheel colors.

Prerequisites

  • imagemagick brew install imagemagick
  • gifsicle brew install gifsicle
  • u r on a mac

Usage

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Colors</key>
<dict>
<key>Background</key>
<string>0.082 0.087 0.109</string>
<key>InsertionPoint</key>
<string>1.000 1.000 1.000</string>
@arunthampi
arunthampi / install.sh
Created December 13, 2009 11:36 — forked from kamal/install.sh
#!/bin/sh
echo "Copying opscode.list to /etc/apt/sources.list.d"
sudo cp install/opscode.list /etc/apt/sources.list.d/opscode.list
echo "Adding opscode GPG key"
curl http://apt.opscode.com/packages@opscode.com.gpg.key | sudo apt-key add -
echo "Installing chef client"
sudo apt-get update