Browse Source

Add dash and git-delta

master
Maxim Likhachev 6 years ago
parent
commit
05fdfd3831
  1. 2
      README.md
  2. 8
      roles/macos/vars/main.yml

2
README.md

@ -41,6 +41,7 @@ $ make @@ -41,6 +41,7 @@ $ make
- [brave-browser](https://brave.com/) - Brave web browser.
- [coreutils](https://www.gnu.org/software/coreutils) - GNU File, Shell, and Text utilities.
- [curl](https://curl.haxx.se/) - Get a file from an HTTP, HTTPS or FTP server.
- [dash](https://kapeli.com/dash) - Documentation viewer.
- [devdocs-macos](https://github.com/egoist/devdocs-desktop) - A full-featured desktop app for DevDocs.io.
- [dfc](https://projects.gw-computing.net/projects/dfc) - Display graphs and colors of file system space/usage.
- [dive](https://github.com/wagoodman/dive) - Tool for exploring each layer in a docker image.
@ -51,6 +52,7 @@ $ make @@ -51,6 +52,7 @@ $ make
- [gawk](https://www.gnu.org/software/gawk/) - GNU awk utility.
- [git](https://git-scm.com) - Distributed revision control system.
- [git-cal](https://github.com/k4rthik/git-cal) - GitHub-like contributions calendar but on the command-line.
- [git-delta](https://github.com/dandavison/delta) - Syntax-highlighting pager for git and diff output.
- [go](https://golang.org) - Programming language to build simple/reliable/efficient software.
- [hadolint](https://github.com/hadolint/hadolint) - Smarter Dockerfile linter to validate best practices.
- [haskell-stack](https://haskellstack.org/) - The Haskell Tool Stack.

8
roles/macos/vars/main.yml

@ -23,8 +23,9 @@ apps_brew: @@ -23,8 +23,9 @@ apps_brew:
- gawk # https://www.gnu.org/software/gawk/ GNU awk utility.
- git # https://git-scm.com Distributed revision control system.
- git-cal # https://github.com/k4rthik/git-cal GitHub-like contributions calendar but on the command-line.
- git-delta # https://github.com/dandavison/delta Syntax-highlighting pager for git and diff output.
- go # https://golang.org Programming language to build simple/reliable/efficient software.
# - guile # https://www.gnu.org/software/guile/ GNU Ubiquitous Intelligent Language for Extensions.
# - guile # https://www.gnu.org/software/guile/ GNU Ubiquitous Intelligent Language for Extensions.
- hadolint # https://github.com/hadolint/hadolint Smarter Dockerfile linter to validate best practices.
- haskell-stack # https://haskellstack.org/ The Haskell Tool Stack.
- hlint # https://github.com/ndmitchell/hlint Haskell source code suggestions.
@ -52,10 +53,11 @@ apps_brew: @@ -52,10 +53,11 @@ apps_brew:
apps_brew_cask:
- android-file-transfer # https://www.android.com/filetransfer/ Android File Transfer.
- brave-browser # https://brave.com/ Brave web browser.
# - deepl # https://www.deepl.com/ DeepL translator.
- dash # https://kapeli.com/dash Documentation viewer.
# - deepl # https://www.deepl.com/ DeepL translator.
- devdocs-macos # https://github.com/egoist/devdocs-desktop A full-featured desktop app for DevDocs.io.
- firefox # https://www.mozilla.org/ru/firefox/ Mozilla Firefox.
# - gimp # https://www.gimp.org/ GNU Image Manipulation Program.
# - gimp # https://www.gimp.org/ GNU Image Manipulation Program.
- iterm2 # https://www.iterm2.com/ Terminal emlator.
- joplin # https://joplinapp.org/ An open source note taking and to-do application.
- osxfuse # https://osxfuse.github.io/ FUSE for MacOS.

Loading…
Cancel
Save