Skip to content

Instantly share code, notes, and snippets.

View alofeoluwafemi's full-sized avatar
:octocat:

Alofe Oluwafemi alofeoluwafemi

:octocat:
View GitHub Profile

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
@alofeoluwafemi
alofeoluwafemi / 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
@alofeoluwafemi
alofeoluwafemi / 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: