Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request nicolashery#9 from jokecamp/patch-1
Browse files Browse the repository at this point in the history
Changed refrences from nicolahery to nicolashery
  • Loading branch information
nicolashery committed Jan 28, 2014
2 parents bc296d2 + 4842295 commit 6b05e8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ Not a lot of colors yet. We need to tweak a little bit our Unix user's profile f
We'll come back to the details of that later, but for now, just download the files [.bash_profile](https://raw.github.com/nicolashery/mac-dev-setup/master/.bash_profile), [.bash_prompt](https://raw.github.com/nicolashery/mac-dev-setup/master/.bash_prompt), [.aliases](https://raw.github.com/nicolashery/mac-dev-setup/master/.aliases) attached to this document into your home directory (`.bash_profile` is the one that gets loaded, I've set it up to call the others):

$ cd ~
$ curl -O https://raw.github.com/nicolahery/mac-dev-setup/master/.bash_profile
$ curl -O https://raw.github.com/nicolahery/mac-dev-setup/master/.bash_prompt
$ curl -O https://raw.github.com/nicolahery/mac-dev-setup/master/.aliases
$ curl -O https://raw.github.com/nicolashery/mac-dev-setup/master/.bash_profile
$ curl -O https://raw.github.com/nicolashery/mac-dev-setup/master/.bash_prompt
$ curl -O https://raw.github.com/nicolashery/mac-dev-setup/master/.aliases

With that, open a new terminal tab (Cmd+T) and see the change! Try the list commands: `ls`, `ls -lh` (aliased to `ll`), `ls -lha` (aliased to `la`).

Expand All @@ -188,7 +188,7 @@ And `$ which git` should output `/usr/local/bin/git`.
Let's set up some basic configuration. Download the [.gitconfig](/nicolahery/mac-dev-setup/blob/master/.gitconfig) file to your home directory:

$ cd ~
$ curl -O https://raw.github.com/nicolahery/mac-dev-setup/master/.gitconfig
$ curl -O https://raw.github.com/nicolashery/mac-dev-setup/master/.gitconfig

It will add some color to the `status`, `branch`, and `diff` Git commands, as well as a couple aliases. Feel free to take a look at the contents of the file, and add to it to your liking.

Expand Down

0 comments on commit 6b05e8e

Please sign in to comment.