Skip to content

Instantly share code, notes, and snippets.

View alassiter's full-sized avatar

Anthony Lassiter alassiter

View GitHub Profile
@alassiter
alassiter / fresh_install_of_osx.sh
Created August 8, 2018 17:20 — forked from vraravam/fresh-install-of-osx.sh
Steps to get "up and running" with new Mac OSX
#!/bin/bash
#install cl dev tools
xcode-select --install
chsh -s /bin/zsh
sudo chmod 755 ~
sudo chmod 700 ~/.ssh
sudo chmod 600 ~/.ssh/id*
sudo chmod 644 ~/.ssh/id*.pub
@alassiter
alassiter / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

(a gist based on the old toolmantim article on setting up remote repos)

To collaborate in a distributed development process you’ll need to push code to remotely accessible repositories.

This is somewhat of a follow-up to the previous article setting up a new rails app with git.

For the impatient

Set up the new bare repo on the server: