Don't supply `-f` to `rm` unless you know you need it

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
➜  hugo git:(master) ✗ ./build.sh
Building thumbnails.
Building LaTeX.
Building site.
Start building sites …

                   | EN
-------------------+------
  Pages            | 196
  Paginator pages  |   6
  Non-page files   |   0
  Static files     | 371
  Processed images |   0
  Aliases          | 208
  Sitemaps         |   1
  Cleaned          |   0

Total in 45838ms
Linting.

➜ chrome --disable-web-security --user-data-dir=~/.chrome
Yes, you read that timing correctly. Docker for Mac is truly astonishingly slow.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
➜  hugo git:(master) ✗ git status
On branch master
Your branch is up to date with 'alligator/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   build.sh
        modified:   content/posts/2016-03-03-a-certain-limit.md
        modified:   layouts/partials/math.html

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        lint.sh
        ~/

no changes added to commit (use "git add" and/or "git commit -a")

➜  hugo git:(master) ✗ rm -r ~
rm: /Users/Patrick/Music: Permission denied
^C
^C
^C
^C