Example:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python3 | |
""" | |
List all Firefox tabs with title and URL | |
Supported input: json or jsonlz4 recovery files | |
Default output: title (URL) | |
Output format can be specified as argument | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo. | |
@echo For converting Git symlink files to Windows file symlinks. | |
@echo * Run in repository root as Administrator. | |
@echo * Handling of folder symlinks is not implemented. | |
@echo * Intended for windows versions Vista and above (Win 7,8) | |
@echo. | |
@echo Thanks to: http://stackoverflow.com/a/5930443/1031870 | |
@echo v1.02 (c) 2015 Robert Benko (Quazistax), License: MIT | |
@echo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install the latest xcode or nothing works | |
Install XCode | |
Install XCode cmd line tools | |
open Xcode and agree to terms of use | |
# install homebrew and install libksba (helpful for ruby 1.9.3 or so I'm told) | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
brew doctor | |
brew update | |
brew install libksba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install DNSmasq | |
brew install dnsmasq | |
# cp default config to the right place | |
cp /usr/local/Cellar/dnsmasq/2.63/dnsmasq.conf.example /usr/local/etc/dnsmasq.conf | |
# Daemonize | |
sudo cp /usr/local/Cellar/dnsmasq/2.63/homebrew.mxcl.dnsmasq.plist /Library/LaunchDaemons/ | |
# Add .dev to the resolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
moved to github --> https://github.com/bill-auger/git-branch-status/ |