Skip to content

Instantly share code, notes, and snippets.

View leylaKapi's full-sized avatar
💭
I may be slow to respond.

Leyla Kapi Kurtul leylaKapi

💭
I may be slow to respond.
  • Hamburg / Germany
View GitHub Profile
@leylaKapi
leylaKapi / server-base.sh
Last active August 28, 2015 11:43 — forked from ismailakbudak/server-base.sh
server-base.sh
## Run this script with root user
## Fancy echo
fancy_echo() {
printf "\n%b\n" "$1"
}
fancy_echo "Updating system packages ..."
apt-get -y update
apt-get -y upgrade

Setting up and installing rbenv, ruby-build, rubies, rbenv-gemset, and bundler

This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.

TL;DR Demo

# Ensure system is in ship-shape.

aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev

@leylaKapi
leylaKapi / adding-custom-font-icons-to-sencha-touch
Created April 18, 2014 15:23
adding-custom-font-icons-to-sencha-touch
@include icon-font('SenchaConIcons', inline-font-files(
'senchacon-icons/senchacon-icons.woff', woff,
'senchacon-icons/senchacon-icons.ttf', truetype,
'senchacon-icons/senchacon-icons.svg', svg
))