Skip to content

Instantly share code, notes, and snippets.

View hamstu's full-sized avatar

Hamish Macpherson hamstu

View GitHub Profile
@hharnisc
hharnisc / Add Hyper(term)
Last active October 31, 2016 16:29
Nixos Config
nix-channel --add http://nixos.org/channels/nixpkgs-unstable
nix-channel --update
nix-channel -i hyper
@noisysocks
noisysocks / look-away.sh
Created January 30, 2018 04:21
Reminder to rest your eyes every 20 minutes
#!/bin/bash
# A little script to remind you to look away from your screen every so often.
#
# To install:
# 1. Save this script somewhere
# 2. Make the script executable: chmod +x /path/to/the/script.sh
# 3. crontab -e
# 4. Add this entry: */20 9-17 * * * /path/to/the/script.sh