Browse Source

Add guile

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

1
README.md

@ -31,6 +31,7 @@ $ make @@ -31,6 +31,7 @@ $ make
- ~~[deepl](https://www.deepl.com/) - DeepL translator.~~
- ~~[gimp](https://www.gimp.org/) - GNU Image Manipulation Program.~~
- ~~[guile](https://www.gnu.org/software/guile/) - GNU Ubiquitous Intelligent Language for Extensions.~~
- ~~[mdcat](https://github.com/lunaryorn/mdcat) - Show markdown documents on text terminals.~~
- ~~[osquery](https://osquery.io) - SQL powered operating system instrumentation and analytics.~~
- ~~[timing](https://timingapp.com/) - 💰 Time tracker for MacOS.~~

1
roles/macos/vars/main.yml

@ -23,6 +23,7 @@ apps_brew: @@ -23,6 +23,7 @@ apps_brew:
- 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.
- 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.
- 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.

Loading…
Cancel
Save