Skip to content

Instantly share code, notes, and snippets.

View almunnings's full-sized avatar
🦧
Return to monke

Al Munnings almunnings

🦧
Return to monke
View GitHub Profile
@almunnings
almunnings / stack.md
Last active May 29, 2023 23:18
@almunnings developer stack setup

Instructions for Apple Silicon MacOS 13+
Essential settings and utilities for developers.

Brew

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
@almunnings
almunnings / .zshrc
Last active May 29, 2023 23:19
@almunnings oh-my-zsh config
# 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/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@almunnings
almunnings / .hyper.js
Last active May 29, 2023 23:20
@almunnings Hyper terminal config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',