Skip to content

Commit

Permalink
Merge pull request mathiasbynens#6 from dnnsmnstrr/unibeautify/master…
Browse files Browse the repository at this point in the history
…/push

🎨 Fix formatting of 1 file for commit 7a3da5c
  • Loading branch information
dnnsmnstrr authored Jan 25, 2020
2 parents 91fc024 + 859cb5a commit 0314695
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Dennis’s dotfiles [![Build Status](https://travis-ci.com/dnnsmnstrr/dotfiles.svg?branch=master)](https://travis-ci.com/dnnsmnstrr/dotfiles)

> These are my dotfiles. There are many like them, but these are mine.
Expand All @@ -11,10 +9,10 @@ My BTT setup basically makes my computer unusable for anyone other than myself,
![If used with software that could keep up, a scroll wheel mapped to send a stream of 'undo' and 'redo' events could be kind of cool.](https://imgs.xkcd.com/comics/borrow_your_laptop.png)
xkcd ([#1806](https://xkcd.com/1806/))


<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_

- [Installation](#installation)
- [Using Git and the bootstrap script](#using-git-and-the-bootstrap-script)
Expand Down Expand Up @@ -112,6 +110,7 @@ When setting up a new Mac, you may want to install some common [Homebrew](https:
```bash
./.dotfiles/setup/brew.sh
```

(aliases)

Some of the functionality of these dotfiles depends on formulae installed by `brew.sh`. If you don’t plan to run `brew.sh`, you should look carefully through the script and manually install any particularly important ones. A good example is Bash/Git completion: the dotfiles use a special version from Homebrew.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "My dotfiles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./setup/bootstrap.sh -f",
"install": "npm install -g $(cat ~/.dotfiles/setup/npmfile)",
"bootstrap": "./setup/bootstrap.sh",
"brew": "./setup/brew.sh",
"macos": "./setup/macos.sh",
"setup": "./setup/init.sh; ./setup/brew.sh; ./setup/bootstrap.sh"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./setup/bootstrap.sh -f",
"install": "npm install -g $(cat ~/.dotfiles/setup/npmfile)",
"bootstrap": "./setup/bootstrap.sh",
"brew": "./setup/brew.sh",
"macos": "./setup/macos.sh",
"setup": "./setup/init.sh; ./setup/brew.sh; ./setup/bootstrap.sh"
},
"repository": "https://github.com/dnnsmnstrr/dotfiles.git",
"homepage": "https://muensterer.tech/dotfiles",
Expand Down

0 comments on commit 0314695

Please sign in to comment.