Skip to content

Instantly share code, notes, and snippets.

View spazione's full-sized avatar

Daniel Di Pietro spazione

View GitHub Profile
@natelandau
natelandau / .bash_profile
Last active May 20, 2024 08:41
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
@kaanra
kaanra / sublime-sass-file-icon-fix.md
Last active January 3, 2018 22:31
[Fix SASS file icons with Sublime set as default App (Mac)] #sublime

How to fix SASS file icon associations with Sublime (Mac)

  1. Open /Applications/Sublime Text 2.app/Contents/Info.plist

  2. Add to the top of the array:

    <dict>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
    

CFBundleTypeName

@fabiofl
fabiofl / gist:5873100
Created June 27, 2013 00:41
Clear Mac OS X's icon cache.
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;