Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminreid/sink

Help keep my development settings in sync.
https://github.com/benjaminreid/sink

Last synced: 3 days ago
JSON representation

Help keep my development settings in sync.

Awesome Lists containing this project

README

        

# sink

Help keep my development settings in sync.

## Installation

1. Clone down to `~/.sink`.
2. Run the following symlinks.

```
ln -s ~/.sink/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings
ln -s ~/.sink/.aliases ~/.aliases
```

Then source the `.aliases` file into your `.bash_profile` or `.zshrc`

```
. ~/.aliases
```