ryanb/dotfiles

2,377 stars · Last commit 2026-04-13

config files for zsh, bash, completions, gem, git, irb, rails

README preview

# Ryan Bates Dot Files

These are config files to set up Mac OS X command line the way I like it using [Zsh](https://www.zsh.org).

For an older version that uses [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh), check out [this branch](https://github.com/ryanb/dotfiles/tree/oh-my-zsh).


## Installation

Run the `bin/install` command to copy files over. It will prompt you before replacing if the files already exist.

```sh
git clone [email protected]/ryanb/dotfiles ~/.dotfiles
cd ~/.dotfiles
./bin/install
```

After installing, open a new terminal window to see the effects.

Feel free to customize the .zshrc file to match your preference.

View full repository on GitHub →