https://github.com/aaronrenner/dotfiles
My new, thoughtbot-based dotfiles.
https://github.com/aaronrenner/dotfiles
Last synced: 3 months ago
JSON representation
My new, thoughtbot-based dotfiles.
- Host: GitHub
- URL: https://github.com/aaronrenner/dotfiles
- Owner: aaronrenner
- Created: 2016-04-21T17:42:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T03:15:15.000Z (about 2 years ago)
- Last Synced: 2025-01-19T11:32:02.759Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 110 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aaron Renner's dotfiles
===============
These are my laptop setup scripts and dotfiles.
## Using my dotfiles
These dotfiles are deployed with [rcm][rcm]. The easiest way to
get started with them is to create a `~/.rcrc` file and edit
the contents for your machine.
```
DOTFILES_DIRS="/dotfiles"
TAGS="spacemacs git tmux"
```
Once the `~/.rcrc` is in place, you can deploy the dotfiles
using the [`rcup`][rcup] command.
[rcm]: https://github.com/thoughtbot/rcm
[rcup]: https://thoughtbot.github.io/rcm/rcup.1.html