https://github.com/tomarrell/dots
Personally written & maintained custom dotfiles
https://github.com/tomarrell/dots
Last synced: 6 months ago
JSON representation
Personally written & maintained custom dotfiles
- Host: GitHub
- URL: https://github.com/tomarrell/dots
- Owner: tomarrell
- Created: 2018-04-18T01:44:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T11:17:01.000Z (about 7 years ago)
- Last Synced: 2025-01-31T23:45:19.759Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dots :scroll:
Personally written & maintained custom dotfiles surrounding my Emacs setup.
This is more experimental and subject to quite drastic changes. Check out my [tools repo](https://github.com/tomarrell/tools) if you're looking for what I use on a daily basis inside NVim.
## Why?
I use Neovim day-to-day, however I like a few of the tools that were born out of Emacs land. This is essentially what I use to evaluate them and see if I should incorporate them into my workflow.
## Installation
Make sure to install `pandoc` if you would like to do any sort of Markdown exporting.
Just clone the repo to `~/.emacs.d`.
```bash
> brew install pandoc # optional if you want markdown export/preview
> mv ~/.emacs.d ~/emacs.d.ol
> git clone https://github.com/tomarrell/dots ~/.emacs.d
```
## License
Released to the public domain.