Skip to content

Instantly share code, notes, and snippets.

View Deano1406's full-sized avatar

Dean Bevan Deano1406

  • London, United Kingdom
  • 03:32 (UTC +01:00)
View GitHub Profile
@indiesquidge
indiesquidge / homebrew.md
Last active August 8, 2025 07:47
How to and Best of Homebrew

Homebrew

How To

Homebrew is a package management system for OS X. You can read more about it here, or simply run

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

to install it.

@natelandau
natelandau / .bash_profile
Last active August 12, 2025 20:16
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management