Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dankimio/dotfiles
- Owner: dankimio
- License: mit
- Created: 2015-09-01T18:05:05.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T10:23:36.000Z (4 months ago)
- Last Synced: 2024-12-03T01:09:20.031Z (26 days ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 4.34 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```