Skip to content

Instantly share code, notes, and snippets.

View olulofe's full-sized avatar
:octocat:

Olu olulofe

:octocat:
  • Dubai, UAE
View GitHub Profile
@olulofe
olulofe / gist:dd2088163676f6dd635662347be3f9f9
Created April 3, 2018 19:20 — forked from chrissimpkins/gist:5bf5686bae86b8129bee
Atom Editor Cheat Sheet (Sweetmeat)

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
@olulofe
olulofe / media-query.css
Created January 11, 2018 16:27 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@olulofe
olulofe / aws-cfn.sh
Last active October 21, 2017 15:11 — forked from cgswong/aws-cfn.sh
Setup CentOS server with AWS CFN bootstrap
#!/bin/bash
# Setup CentOS 7 host as AMI
# Update base OS update, and install EPEL repo and Python Pip
sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm
sudo yum -y update
sudo yum install -y python34u python34u-libs python34u-devel
sudo yum -y install python-pip
# Install Python add-ons: