Javier Ferrer González
Javier Ferrer González
Structure the `README.md` file of this project following the same sections of [the Scala HTTP API one](https://github.com/CodelyTV/scala-http-api/blob/master/README.md) # Sections to add: - [ ] Endpoints ([Example](https://github.com/CodelyTV/scala-http-api#endpoints)) - [ ] Libraries...
Add a new top level section to the `README.md` file with the following contents: ## Use cases and patterns implemented - [ ] Hexagonal Architecture layers - [ ] Adapter...
Similar to what `tldr` C client does, we could have some kind of check on every session start in order to recommend updating `dotly`. [`tldr` C implementation](https://github.com/tldr-pages/tldr-c-client/blob/9846dce01469e4af36de51643a6678ce5efcddbe/src/local.c#L55-L63)
We are showing errors on the dotly installer while checking for the packages existence. That should not be an error due to being a controlled scenario.
As per #69, we would be automatically installing the Command Line Tools in order to have `git` available during dotly install: https://github.com/CodelyTV/dotly/blob/4828b1468f826c305a2696bb7ef032b1cd51e927/installer#L98-L113 However, it seems that we would need an...
Example: https://github.com/mplanchard/dotfiles/commit/b8c2a17bced867a3649455e065ec87505a12987c Already done with the VSCode settings (see `README.md`)
Add a table of content to the `README.md` file replicating the same structure as the headers already available
We should modify [the `☝️ Instructions` readme section](https://github.com/CodelyTV/dotfiles#%EF%B8%8F-instructions) in order to provide clear instructions on how to procedure with a clean MacOS installation. That is, right now we're suggesting to...
* [Current bash script used to install brew utilities and cask apps](https://github.com/CodelyTV/dotfiles/blob/master/install_macos_apps.sh) * [Brewfile example](https://github.com/MoOx/setup/blob/master/dotfiles/Brewfile)