Skip to content

Instantly share code, notes, and snippets.

View alexlecco's full-sized avatar
💭
working on combo-social

Alex Villecco alexlecco

💭
working on combo-social
View GitHub Profile
@alexlecco
alexlecco / inky.html
Created December 6, 2015 02:21 — forked from inky/inky.html
Theme for http://start.io/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>start.io/{Username}</title>
<style type="text/css">
body {
background: #fff;
color: #000;
font: 300 1em/1.5 'Helvetica Neue', 'Helvetica', sans-serif;
@alexlecco
alexlecco / perfectelementary.bash
Created November 8, 2015 04:56
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'