Skip to content

Instantly share code, notes, and snippets.

View Angelfirenze01's full-sized avatar
💭
I may be slow to respond.

Angelfirenze Angelfirenze01

💭
I may be slow to respond.
View GitHub Profile
@Angelfirenze01
Angelfirenze01 / git-loglive
Created October 16, 2018 19:10 — forked from tlberglund/git-loglive
Log Live Git Command
#!/bin/bash
while :
do
clear
git --no-pager log --graph --pretty=oneline --abbrev-commit --decorate --all $*
sleep 1
done
@Angelfirenze01
Angelfirenze01 / _verify-repair-permissions-disk.md
Created May 23, 2017 20:48 — forked from bzerangue/_verify-repair-permissions-disk.md
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)

Verify and Repair Disk Permissions via Terminal (Mac OS X)

Verify Permissions

diskutil verifyPermissions /

Repair Permissions

diskutil repairPermissions /

@Angelfirenze01
Angelfirenze01 / .gitconfig
Created February 8, 2017 00:03 — forked from johnlauck/.gitconfig
gitconfig
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
@Angelfirenze01
Angelfirenze01 / .bash_profile
Last active February 7, 2017 04:26 — forked from jjNford/.bash_profile
Default .bash_profile file.
# DIRECTORIES
alias dev="cd ~/Developer/dev"
alias sy="cd ~/Developer/dev/sincerely"
# APPLICATIONS
alias lime="/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl"
alias markdown="/Applications/Markdown\ Pro.app/Contents/MacOS/Markdown\ Pro"
# ANDROID
export ANDROID_HOME=`brew --prefix android-sdk`
@Angelfirenze01
Angelfirenze01 / .gitignore
Created January 30, 2017 04:56 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@Angelfirenze01
Angelfirenze01 / .bash_profile
Created January 27, 2017 22:46 — forked from natelandau/.bash_profile
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
@Angelfirenze01
Angelfirenze01 / sublime_setup.md
Created January 27, 2017 21:13 — forked from barnes7td/sublime_setup.md
Sublime Terminal Setup

Setup Terminal for Sublime Shorcut "subl":

Open terminal and type:

1. Create a directory at ~/bin:

mkdir ~/bin

2. Copy sublime executable to your ~/bin directory:

@Angelfirenze01
Angelfirenze01 / README.md
Created January 19, 2017 17:36 — forked from lopezjurip/README.md
OSX Homebrew: docker-machine setup

Prerequisites

Make sure you have installed Homebrew and (Homebrew-Cask)[http://caskroom.io/].

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

# Install Homebrew-cask
brew install caskroom/cask/brew-cask