Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dankimio/dotfiles

Development environment: Zsh, Ruby, gems, apps, fonts
https://github.com/dankimio/dotfiles

dotfiles

Last synced: 23 days ago
JSON representation

Development environment: Zsh, Ruby, gems, apps, fonts

Awesome Lists containing this project

README

        

# Dotfiles

## What's included

- [Homebrew](https://brew.sh/)
- The latest Ruby managed by [rbenv](https://github.com/rbenv/rbenv)
- Gems for development: Rails, Bundler, RuboCop, etc.
- Zsh with [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
- Common development dependencies: PostgreSQL, ImageMagick, ssh-copy-id
- Apps: [Visual Studio Code](https://code.visualstudio.com), [Postgres.app](https://postgresapp.com/), and many other (customize in `Brewfile`)
- Homebrew Fonts
- SSH key generation

## Screenshot

![Screenshot](screenshot.png)

## Install

```bash
# Install Xcode tools
xcode-select --install

# Clone dotfiles repo and change directory
git clone https://github.com/dankimio/dotfiles.git ~/Developer/dotfiles
cd ~/Developer/dotfiles

# Install using the script
./install.sh
```