Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianbundy/catrc
A command-line interface for managing loosely coupled dotfiles.
https://github.com/christianbundy/catrc
Last synced: 17 days ago
JSON representation
A command-line interface for managing loosely coupled dotfiles.
- Host: GitHub
- URL: https://github.com/christianbundy/catrc
- Owner: christianbundy
- License: other
- Created: 2015-04-20T03:43:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T03:44:21.000Z (over 9 years ago)
- Last Synced: 2024-10-18T16:51:18.205Z (26 days ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concatenated Run Commands
A command-line interface for managing loosely coupled dotfiles.
## Installation
Download to your project directory, add `README.md`, and commit:
```sh
brew tap christianbundy/tap
brew install catrc
```## Usage
1. Move your dotfiles to a directory in `~/.catrc` (we'll call this directory `dotfiles`).
``` shell
mv ~/.vimrc ~/.catrc/dotfiles/
```
2. Run `catrc` to concatenate and symlink these to your home directory.``` shell
catrc
```## Support
Please [open an issue](https://github.com/christianbundy/catrc/issues/new) for support.
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/christianbundy/catrc/compare/).