Sergi B
a2bb4dba6b
Added account for packages that don't specify arch for macos
2020-10-26 11:35:54 +01:00
Sergi B
00f34e0c96
Added pandoc installer
2020-10-26 10:47:55 +01:00
AJ ONeal
a6dd2c0184
minor cleanup / doc fixes
2020-10-21 19:18:52 +00:00
AJ ONeal
912e60899b
add more examples
2020-10-21 19:18:07 +00:00
AJ ONeal
2c6ab85127
add keypairs
2020-10-21 10:05:04 +00:00
AJ ONeal
20a278f2d6
comments and cleanup
2020-10-20 20:46:23 -06:00
AJ ONeal
71e67540a1
add gitdeploy
2020-10-20 20:45:51 -06:00
AJ ONeal
912c9c8f06
add dotenv
2020-10-20 00:20:15 +00:00
AJ ONeal
d42347ba5f
typo fix missing serviceman add
2020-10-10 08:07:24 +00:00
AJ ONeal
2143115628
update caddy cheat sheet
2020-10-08 19:57:11 +00:00
AJ ONeal
5740e6e26a
add fish color scheme instructions
2020-10-08 19:00:19 +00:00
AJ ONeal
8e3cc6d1a8
remove top-level pre-expansion
2020-10-05 23:07:22 +00:00
AJ ONeal
8e5deb39a5
fix brew on fresh macos
2020-10-05 23:07:10 +00:00
AJ ONeal
8292f12db5
include godoc, duh
2020-10-05 22:08:00 +00:00
AJ ONeal
8a643c371a
update watchexec/README.md
2020-10-05 22:08:00 +00:00
AJ ONeal
7702fbab78
typo fix and format update
2020-10-05 22:08:00 +00:00
AJ ONeal
609aedf5cb
update watchexec cheat sheet
2020-10-05 22:08:00 +00:00
AJ ONeal
a4d70877e5
update go tooling
2020-10-05 22:08:00 +00:00
AJ ONeal
8b96119dc9
workarounds for fluter
2020-10-05 22:07:59 +00:00
AJ ONeal
045a97cd7a
allow xattr to fail
2020-10-05 22:07:59 +00:00
AJ ONeal
68cb795084
fix #142 : update for ipify's new API
2020-10-05 22:07:46 +00:00
SenorGrande
64e26600cf
Updating the cheatsheet
...
Also removing comment from releases
2020-10-06 06:25:20 +13:00
SenorGrande
47e9361d4c
Updating the cheatsheet
2020-10-04 18:43:49 +13:00
SenorGrande
c79bace506
add goreleaser
2020-10-04 16:11:14 +13:00
Ryan Burnette
2ee4397383
Merge pull request #135 from ryanburnette/master
...
Housekeeping
2020-09-29 16:56:04 -04:00
Ryan Burnette
4c679beea1
quote first line
2020-09-26 17:05:18 -04:00
Ryan Burnette
59074b5d9d
update package.json
...
- rename packages to webi-packages
- set private to avoid accidental publishing to npm
- bump version to v0.2.0 and discuss using versions in this repo
2020-09-26 17:01:01 -04:00
Ryan Burnette
a217150c17
webi in titles
...
propose that we not use code styling in titles
2020-09-26 16:58:55 -04:00
Ryan Burnette
3d113e69f8
readme title
...
propose a cleaner title that links back to the github repo
2020-09-26 16:58:31 -04:00
Anurag sati
6efe41512f
1. Removed unwanted git rev in "watchexec/install.sh"
...
2. Used ```bash instead of $ in "watchexec/README.md"
2020-09-26 14:52:30 -06:00
Anurag sati
8973d951e4
Added watchexec + cheat sheets
2020-09-26 14:52:30 -06:00
AJ ONeal
92a9674ed9
update package name in README; add more links
2020-09-26 20:47:39 +00:00
AJ ONeal
9e9cf83d68
clarify error message
2020-09-26 20:35:31 +00:00
AJ ONeal
b55cdd9399
update Nerd Font cheat sheet
2020-09-25 23:06:25 +00:00
AJ ONeal
ef8a15f451
update lsd README
2020-09-25 23:06:25 +00:00
AJ ONeal
52bcd1b259
update extensions table
2020-09-23 02:20:54 +00:00
AJ ONeal
fc71c84ec9
add archiver as alias for arc
2020-09-23 02:20:54 +00:00
AJ ONeal
d4de3b49ef
add mholt/archiver
2020-09-23 02:20:54 +00:00
AJ ONeal
b60b4619ba
add fish
2020-09-22 22:51:27 +00:00
AJ ONeal
afe8aab57a
aarch64 bugfix and minor formatting updates
2020-09-22 19:59:43 +00:00
AJ ONeal
73156662b4
add missing link
2020-09-18 09:57:56 +00:00
AJ ONeal
10b5d609d7
add and update vim plugins with sensible defaults
2020-09-18 09:56:18 +00:00
Ryan Burnette
5008165a00
update caddy readme
2020-09-17 17:36:27 +00:00
oguztecirlioglu
fa753e15b9
Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
2020-09-17 17:34:03 +01:00
Andrew Gallant
30fd0a3950
rg: don't embellish performance
...
ripgrep is fast, but no non-toy search tool is going to be faster in
every case. It's better to be a bit more reserved instead of spreading
misinformation about the performance of a tool. It may be an obvious
embellishment, but plenty of people will take it seriously.
In general, I think we should encourage spreading the nuance in the
trade offs of our tools as opposed to hyping them.
2020-09-16 08:46:42 -04:00
Andrew Gallant
51036a0917
rg: remove 'R.I.P. grep'
...
The "rip" in the name "ripgrep" is meant to mean "to rip through text."
Incidentally, its dual meaning never occurred to me until someone told
me after I had released it.
See also:
https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#intentcountsforsomething
2020-09-16 08:44:18 -04:00
AJ ONeal
d5d614eba2
make WSL cheat sheet much nicer
2020-09-15 18:42:27 +00:00
AJ ONeal
72747f7137
fix WSL 2 install, update docs, separate installs
2020-09-15 01:21:18 +00:00
AJ ONeal
d96687824a
update docs and fix typo
2020-09-14 12:43:35 +00:00
AJ ONeal
d5b8af415f
add launch and password reset instructions
2020-09-14 12:28:35 +00:00