forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ rbenv() { | |
} | ||
|
||
# run fortune on new terminal :) | ||
fortune | ||
fortune |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,24 +11,28 @@ Most of these scripts are based on or ported from [Matthew Mccullough's dotfiles | |
## Acquiring This Repo | ||
This project contains submodules. It is suggested that you clone this into your home directory. | ||
|
||
Note: I recommend forking this repo :) | ||
```bash | ||
git clone --recurse-submodules https://github.com/atomantic/dotfiles ~/.dotfiles | ||
``` | ||
|
||
|
||
## Setup | ||
There is a set up script that establishes the symlinks in your home directory. Run this once. | ||
|
||
* For ZShell | ||
```bash | ||
./_setupdotfiles.zsh | ||
Before you setup, edit .gitconfig and change my name to yours: | ||
``` | ||
[user] | ||
name = Adam Eivy | ||
email = [email protected] | ||
``` | ||
|
||
### Sensible OS X defaults | ||
You will also want to remove `source ~/Dropbox/Private/Boxes/osx/.shellaliases` from .profile | ||
|
||
When setting up a new Mac, you may want to set some sensible OS X defaults: | ||
There is a set up script that establishes the symlinks in your home directory. Run this once. | ||
|
||
* For ZShell | ||
```bash | ||
./.osx | ||
./_setupdotfiles.zsh | ||
``` | ||
|
||
## Contributions | ||
|
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