(high level overview)
- overview of the project
- explanation of file structure
- instructions for cloning/forking and running the project locally
| ## Let's set up our dotfiles | |
| ### Part 1: Set up your dotfile repository | |
| 1. cd to your root directory (cd) | |
| 2. create a dotfiles directory (mkdir dotfiles) | |
| 2.5 run (git init) to initialize it as a git repository | |
| 3. run either a (touch .zsh_profile.zsh) file or a (touch .bash_profile) file | |
| - zsh/bash depends on your shell. run (echo $SHELL ) in order to find out what shell you have | |
| - if you already have a {zsh,bash}_profile file in your root directory, copy over the contents |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| # ZSH_THEME="alanpeabody" | |
| # Example aliases |