From 8f9bf8ff0fa15d2cc1f797f9c04c79e633aa722a Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 29 Jun 2022 06:03:30 -0400 Subject: [PATCH] Make it nicer. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e620ae5..26748fa 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Remove what you don't want. I also have the following software installed: Software == -[PowerToys](https://github.com/microsoft/PowerToys) - Remap keys and other useful things like alt-space search. -[AG](https://github.com/ggreer/the_silver_searcher) - Good code search, but not good all files search. -[RipGrep](https://github.com/BurntSushi/ripgrep) -- Mediocre grep alternative. It works but it will consistently skip files in arbitrary situations for "speed". -[cmder](https://cmder.net/) -- A PowerShell reskin/terminal that includes most of the stuff you need as a developer, like git. Also has something called "posh git" that gives improved CLI status, but it's slow so consider removing it. +* [PowerToys](https://github.com/microsoft/PowerToys) - Remap keys and other useful things like alt-space search. +* [AG](https://github.com/ggreer/the_silver_searcher) - Good code search, but not good all files search. +* [RipGrep](https://github.com/BurntSushi/ripgrep) -- Mediocre grep alternative. It works but it will consistently skip files in arbitrary situations for "speed". +* [cmder](https://cmder.net/) -- A PowerShell reskin/terminal that includes most of the stuff you need as a developer, like git. Also has something called "posh git" that gives improved CLI status, but it's slow so consider removing it. Fonts == -[VictorMono](https://rubjo.github.io/victor-mono/) -- Great for Vim, but on the web the author decided to _by default_ enable sigils that convert code text to arbitrary math symbols nobody wants. +* [VictorMono](https://rubjo.github.io/victor-mono/) -- Great for Vim, but on the web the author decided to _by default_ enable sigils that convert code text to arbitrary math symbols nobody wants.