Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattbostock/dotfiles
Matt's dotfiles: Configuration files for POSIX environments
https://github.com/mattbostock/dotfiles
Last synced: about 5 hours ago
JSON representation
Matt's dotfiles: Configuration files for POSIX environments
- Host: GitHub
- URL: https://github.com/mattbostock/dotfiles
- Owner: mattbostock
- License: mit
- Created: 2014-03-02T20:51:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T13:44:41.000Z (over 6 years ago)
- Last Synced: 2024-04-17T19:24:54.080Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Matt's dotfiles
===============Matt's personal configuration files for POSIX-compliant shell environments. Currently used on Mac OS X only.
Prerequisites
-------------The dotfiles presented here rely on my [Boxen configuration][boxen-config].
When Boxen is run, it [clones this repository][boxen-clone] then runs `rcup` (see below).[boxen-config]: https://github.com/alphagov/gds-boxen/blob/master/modules/people/manifests/mattbostock.pp
[boxen-clone]: https://github.com/alphagov/gds-boxen/blob/2b692c6ceb7a6924e60910047368576b4d6c1979/modules/people/manifests/mattbostock.pp#L53-L60Install
-------Clone this repository:
git clone https://github.com/mattbostock/dotfiles.git
I use [rcm](https://github.com/thoughtbot/rcm) to manage symlinks to the files in this repository
and run some [hooks][], for example installing the Vim plugins I use.[hooks]: https://github.com/mattbostock/dotfiles/blob/aa310e110deb45917c5bdddf808f7ecbe4bf50b0/hooks/post-up
Manual install:
rcup
This will create symlinks for config files in your home directory.
You can safely run `rcup` multiple times to update:
rcup