https://github.com/jwworth/dotfiles
🗄 My local dotfiles
https://github.com/jwworth/dotfiles
dotfiles osx vim
Last synced: 8 months ago
JSON representation
🗄 My local dotfiles
- Host: GitHub
- URL: https://github.com/jwworth/dotfiles
- Owner: jwworth
- Created: 2017-03-12T21:16:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:26:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T15:06:55.701Z (almost 2 years ago)
- Topics: dotfiles, osx, vim
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
____ ____ ____ ____ ____ ____ ____ ____
||d |||o |||t |||f |||i |||l |||e |||s ||
||__|||__|||__|||__|||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|
```
These are my dotfiles. They are heavily inspired by the [Hashrocket
Dotmatrix][dotmatrix].
Some hard-won advice: don't add a configuration to your environment that you
don't understand. If you don't know what a configuration does, you can waste
time fixing a 'bug' that was actually misconfiguration or expected behavior in
your setup. And every configuration is a tradeoff. It pays to know what that
tradeoff is.
### Installation
```
$ mkdir ~/oss
$ cd ~/oss
$ git clone https://github.com/jwworth/dotfiles.git
```
Next, run the install script:
```
$ bin/install
```
To set up a new Mac, run:
```
$ ./.macos
```
To use the [Husky][husky] scripts, copy `.husky/` to your Husky-enabled project.
### License
These dotfiles are released under the [MIT License][mit].
[dotmatrix]: https://github.com/hashrocket/dotmatrix
[mit]: http://www.opensource.org/licenses/MIT
[husky]: https://www.npmjs.com/package/husky