Skip to content

Instantly share code, notes, and snippets.

View joshmccall221's full-sized avatar
🎧
Working from home

Josh McCall joshmccall221

🎧
Working from home
View GitHub Profile
url: https://y7kim.github.io => yoursite.com
baseurl: /agency-jekyll-theme/ => /
# Site settings
title: Awesome Title
email: your-email@domain.com
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
# Team names, titles and social links
#http://askubuntu.com/questions/379123/can-i-zoom-out-windows-or-scale-the-whole-desktop
xrandr --output LVDS1 --mode 1920x1080 --scale 2x2 --fb 3840x2160 --panning 3840x2160
# 3k
# xrandr --output LVDS1 --mode 1920x1080 --scale 1.5x1.5 --fb 2880x1620 --panning 2880x1620
@joshmccall221
joshmccall221 / spacemacs
Last active February 24, 2017 02:53
Spacemacs
# curl -0 <url> | bash
sudo apt-get update && /
sudo apt-get -y install emacs && /
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d && /
emacs
@joshmccall221
joshmccall221 / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console