This file contains hidden or 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/bash | |
# Run in an administrator shell: | |
# /setup-x86_64.exe -q -P curl,wget,tar,qawk,bzip2 | |
# curl -sL https://gist.github.com/gists/7374785/download | tar -xz --to-stdout | /bin/bash -ex | |
pushd $HOME | |
curl -L https://api.github.com/repos/zship/apt-cyg/tarball > apt-cyg.tar.gz | |
tar -xzf apt-cyg.tar.gz | |
executable="$(find . -name apt-cyg)" |
This file contains hidden or 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
// Single, combined var statement. | |
var foo = 1, | |
bar = 2; | |
// Multiple, individual var statements. | |
var foo = 1; | |
var bar = 2; |
This file contains hidden or 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/bash | |
# curl -sL https://gist.github.com/gists/3956441/download | tar -xzO | /bin/bash -ex | |
pushd "$HOME" | |
git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick | |
$HOME/.homesick/repos/homeshick/home/.homeshick link | |
# Trust github |