Browse Source

macos: Adjusted application list

master
Maxim Likhachev 5 years ago
parent
commit
162b9b9eee
  1. 8
      README.md
  2. 11
      roles/macos/vars/main.yml

8
README.md

@ -30,6 +30,8 @@ $ make @@ -30,6 +30,8 @@ $ make
### Applications
- ~~[deepl](https://www.deepl.com/) - DeepL translator.~~
- ~~[devdocs-macos](https://github.com/egoist/devdocs-desktop) - A full-featured desktop app for DevDocs.io.~~
- ~~[docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.~~
- ~~[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.~~
@ -38,18 +40,18 @@ $ make @@ -38,18 +40,18 @@ $ make
- [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer.
- [ansible](https://www.ansible.com/) - Automate deployment, configuration, and upgrading.
- [ansible-lint](https://github.com/ansible/ansible-lint/) - Checks ansible playbooks for practices and behaviour
- [bash](https://www.gnu.org/software/bash/) - Bourne-Again SHell, a UNIX command interpreter
- [bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration.
- [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.
- [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.
- [eslint](https://eslint.org) - AST-based pattern checker for JavaScript.
- [exiftool](https://www.sno.phy.queensu.ca/~phil/exiftool/index.html) - Perl lib for reading and writing EXIF metadata.
- [fd](https://github.com/sharkdp/fd) - Simple, fast and user-friendly alternative to find.
- [findutils](https://www.gnu.org/software/findutils/) - Collection of GNU find, xargs, and locate
- [firefox](https://www.mozilla.org/ru/firefox/) - Mozilla Firefox.
- [gawk](https://www.gnu.org/software/gawk/) - GNU awk utility.
- [ghostscript](https://www.ghostscript.com/) - Interpreter for PostScript and PDF.
@ -92,6 +94,8 @@ $ make @@ -92,6 +94,8 @@ $ make
- [tunnelblick](https://www.tunnelblick.net/) - Graphic user interface for OpenVPN.
- [typora](https://typora.io/) - Distractions free markdown editor.
- [unrar](https://www.rarlab.com/) - Extract, view, and test RAR archives.
- [vifm](https://vifm.info/) - Ncurses based file manager with vi like keybindings
- [vimr](http://vimr.org/) - VimR
- [vlc](https://www.videolan.org/vlc/) - VLC media player.
- [webp](https://developers.google.com/speed/webp/) - Image format providing lossless and lossy compression for web images.
- [webpquicklook](https://github.com/emin/WebPQuickLook) - QuickLook plugin for WebP image files.

11
roles/macos/vars/main.yml

@ -7,8 +7,8 @@ default_shell: @@ -7,8 +7,8 @@ default_shell:
name: 'Bash'
path: '/usr/local/bin/bash'
apps_brew_taps:
- dteoh/devdocs
# apps_brew_taps:
# - dteoh/devdocs
apps_brew:
- ansible # https://www.ansible.com/ Automate deployment, configuration, and upgrading.
@ -19,10 +19,11 @@ apps_brew: @@ -19,10 +19,11 @@ apps_brew:
- curl # https://curl.haxx.se/ Get a file from an HTTP, HTTPS or FTP server.
- 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.
- docker # https://www.docker.com/ Pack, ship and run any application as a lightweight container.
# - docker # https://www.docker.com/ Pack, ship and run any application as a lightweight container.
- eslint # https://eslint.org AST-based pattern checker for JavaScript.
- exiftool # https://www.sno.phy.queensu.ca/~phil/exiftool/index.html Perl lib for reading and writing EXIF metadata.
- fd # https://github.com/sharkdp/fd Simple, fast and user-friendly alternative to find.
- findutils # https://www.gnu.org/software/findutils/ Collection of GNU find, xargs, and locate
- 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.
@ -52,6 +53,7 @@ apps_brew: @@ -52,6 +53,7 @@ apps_brew:
- tig # https://jonas.github.io/tig/ Text interface for Git repositories.
- tree # http://mama.indstate.edu/users/ice/tree/ Display directories as trees (with optional color/HTML output).
- unrar # https://www.rarlab.com/ Extract, view, and test RAR archives.
- vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings
- webp # https://developers.google.com/speed/webp/ Image format providing lossless and lossy compression for web images.
- wget # https://www.gnu.org/software/wget/ Internet file retriever.
- rlwrap # https://github.com/hanslub42/rlwrap Readline wrapper: adds readline support to tools that lack it. Dependency of cheat.sh.
@ -61,7 +63,7 @@ apps_brew_cask: @@ -61,7 +63,7 @@ apps_brew_cask:
- brave-browser # https://brave.com/ Brave web browser.
- 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.
# - 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.
- iterm2 # https://www.iterm2.com/ Terminal emlator.
@ -73,6 +75,7 @@ apps_brew_cask: @@ -73,6 +75,7 @@ apps_brew_cask:
- transmission # https://transmissionbt.com/ BitTorrent client.
- tunnelblick # https://www.tunnelblick.net/ Graphic user interface for OpenVPN.
- typora # https://typora.io/ Distractions free markdown editor.
- vimr # http://vimr.org/ VimR
- vlc # https://www.videolan.org/vlc/ VLC media player.
- xmind-zen # https://www.xmind.net/zen/ Mind-mapping tool.
- xnviewmp # https://www.xnview.com/ Image viewer.

Loading…
Cancel
Save