Skip to content

Instantly share code, notes, and snippets.

View IAmNatch's full-sized avatar
😇
Making things

Shane Robbins IAmNatch

😇
Making things
View GitHub Profile

How we incorporate next and cloudfront (2018-04-21)

Feel free to contact me at [email protected] or tweet at me @statisticsftw

This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!

It assumes some knowledge of AWS.

Goals

@Lucky-Loek
Lucky-Loek / .zshrc
Last active August 25, 2021 23:09
Basic .zshrc for GNU/Linux with Syntax Highlighting and TheFuck
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/loek/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="amuse"