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 sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by pioneers configure 0.12.5, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5 | |
## --------- ## | |
## Platform. ## |
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
Nick@fermi ~> brew install -v pioneers | |
==> Downloading https://downloads.sourceforge.net/project/pio/Source/pioneers-0.12.5.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5 | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no |
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
```sh | |
/usr/bin/make all-recursive | |
Making all in po | |
Making all in mcs | |
make[3]: Nothing to be done for `all-am'. | |
Making all in libgc | |
Making all in include | |
Making all in private | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. |
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
{ | |
"~d" = "deleteWordForward:"; | |
"~w" = "deleteWordBackward:"; | |
"~f" = "moveWordForward:"; | |
"~b" = "moveWordBackward:"; | |
} |
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
# ~/.osx — http://mths.be/osx | |
############################################################################### | |
# General UI/UX # | |
############################################################################### | |
# Set computer name (as done via System Preferences → Sharing) | |
scutil --set ComputerName "MacBookPro" | |
scutil --set HostName "MacBookPro" | |
scutil --set LocalHostName "MacBookPro" |
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
C:\Users\nick\Downloads\robotpy>make dist | |
C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 | |
rm -rf C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 | |
mkdir C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 | |
# Build distribution directories | |
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/ni-rt/system | |
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/lib/python3.2/lib | |
-dynload | |
mkdir -p C:/Users/nick/Downloads/robotpy/RobotPy-2011.3 /robot/lib/python3.2/sit | |
e-packages |
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
[ | |
{ | |
"Building": "WSC", | |
"Desctription": "Toter", | |
"Floor": "Basement", | |
"Location": "Shipping/Receiving" | |
}, | |
{ | |
"Building": "WSC", | |
"Desctription": "Glass", |
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
#! /bin/sh | |
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 |
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
#! bin/sh | |
apt-get install locales | |
locale-gen en_US.UTF-8 |
OlderNewer