Browse Source

macos: remove unused applications

master
Maxim Likhachev 4 years ago
parent
commit
b5f8e4ef98
  1. 15
      README.md
  2. 31
      roles/macos/vars/main.yml

15
README.md

@ -109,21 +109,7 @@ $ make [gentoo|macos] @@ -109,21 +109,7 @@ $ make [gentoo|macos]
### Applications
- ~~[joplin](https://joplinapp.org/) - An open source note taking and to-do application.~~
- ~~[k3d](https://k3d.io/) - Little helper to run Rancher Lab's k3s in Docker.~~
- ~~[min](https://github.com/minbrowser/min) - Minimal browser that protects privacy.~~
- ~~[pdftotext](https://www.bluem.net/en/mac/) - PDF to text convertor.~~
- ~~[quicklook-json](http://www.sagtau.com/quicklookjson.html) - QuickLook plugin to preview JSON files.~~
- ~~[ripgrep](https://github.com/BurntSushi/ripgrep) - Search tool like grep and The Silver Searcher.~~
- ~~[sshfs](https://github.com/libfuse/sshfs) - File system client based on SSH File Transfer Protocol.~~
- ~~[terraform](https://www.terraform.io/) - Tool to build, change, and version infrastructure.~~
- ~~[terraform-docs](https://github.com/terraform-docs/terraform-docs) - Tool to generate documentation from Terraform modules.~~
- ~~[terraform-ls](https://github.com/hashicorp/terraform-ls) - Terraform Language Server.~~
- ~~[terragrunt](https://terragrunt.gruntwork.io/) - Thin wrapper for Terraform.~~
- ~~[vagrant](https://www.vagrantup.com/) - Development environment.~~
- ~~[virtualbox](https://www.virtualbox.org/) - Free and open-source hosted hypervisor for x86 virtualization.~~
- ~~[virtualbox-extension-pack](https://www.virtualbox.org/) - AMD64/Intel64 and x86 virtualization.~~
- ~~[xmind-zen](https://www.xmind.net/zen/) - Mind-mapping tool.~~
- [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer.
- [brave-browser](https://brave.com/) - Brave web browser.
- [djvu2pdf](https://0x2a.at/site/projects/djvu2pdf/) - Small tool to convert Djvu files to PDF files.
@ -134,7 +120,6 @@ $ make [gentoo|macos] @@ -134,7 +120,6 @@ $ make [gentoo|macos]
- [hlint](https://github.com/ndmitchell/hlint) - Haskell source code suggestions.
- [hyperfine](https://github.com/sharkdp/hyperfine) - Command-line benchmarking tool.
- [iterm2](https://www.iterm2.com/) - Terminal emlator.
- [k9s](https://k9scli.io/) - Kubernetes CLI To Manage Clusters.
- [kubernetes-cli](https://kubernetes.io/) - Kubernetes command-line interface.
- [osxfuse](https://osxfuse.github.io/) - FUSE for MacOS.
- [p7zip](https://p7zip.sourceforge.io/) - 7-Zip (high compression file archiver) implementation.

31
roles/macos/vars/main.yml

@ -13,24 +13,16 @@ apps_brew_taps: @@ -13,24 +13,16 @@ apps_brew_taps:
apps_brew:
- aria2 # https://aria2.github.io/ Download with resuming and segmented downloading.
#- 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.
#- antiword # http://www.winfield.demon.nl/ Utility to read Word (.doc) files.
#- azure-cli # https://docs.microsoft.com/cli/azure/overview Microsoft Azure CLI.
- bat # https://github.com/sharkdp/bat Clone of cat(1) with syntax highlighting and Git integration.
- bash # https://www.gnu.org/software/bash/ Bourne-Again SHell, a UNIX command interpreter.
- 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.
- dfc # https://projects.gw-computing.net/projects/dfc Display graphs and colors of file system space/usage.
- djvu2pdf # https://0x2a.at/site/projects/djvu2pdf/ Small tool to convert Djvu files to PDF files.
#- 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.
#- docx2txt # https://docx2txt.sourceforge.io/ Converts Microsoft Office docx documents to equivalent text documents.
- 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.
#- gimp # https://www.gimp.org/ GNU Image Manipulation Program.
- 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.
@ -41,41 +33,27 @@ apps_brew: @@ -41,41 +33,27 @@ apps_brew:
- haskell-stack # https://haskellstack.org/ The Haskell Tool Stack.
- hlint # https://github.com/ndmitchell/hlint Haskell source code suggestions.
- hstr # https://github.com/dvorka/hstr Bash and zsh history suggest box.
#- htop # https://hisham.hm/htop/ Improved top (interactive process viewer).
- hyperfine # https://github.com/sharkdp/hyperfine Command-line benchmarking tool.
- imagemagick # https://www.imagemagick.org/ Tools and libraries to manipulate images in many formats.
#- ipcalc # http://jodies.de/ipcalc Calculate various network masks, etc. from a given IP address.
- jq # https://stedolan.github.io/jq/ Lightweight and flexible command-line JSON processor.
- k9s # https://k9scli.io/ Kubernetes CLI To Manage Clusters.
- kubernetes-cli # https://kubernetes.io/ Kubernetes command-line interface.
- neovim # https://neovim.io/ Ambitious Vim-fork focused on extensibility and agility.
- nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager.
- nodejs # https://nodejs.org Platform built on V8 to build network applications.
#- ntfs-3g # https://www.tuxera.com/community/open-source-ntfs-3g/ Read-write NTFS driver for FUSE.
#- odt2txt # https://github.com/dstosberg/odt2txt/ Convert OpenDocument files to plain text.
#- pandoc # https://pandoc.org/ Swiss-army knife of markup format conversion.
- p7zip # https://p7zip.sourceforge.io/ 7-Zip (high compression file archiver) implementation.
# - ripgrep # https://github.com/BurntSushi/ripgrep Search tool like grep and The Silver Searcher.
- shellcheck # https://www.shellcheck.net/ Static analysis and lint tool, for (ba)sh scripts.
- skopeo # https://github.com/containers/skopeo Work with remote images registries.
# - sshfs # https://github.com/libfuse/sshfs File system client based on SSH File Transfer Protocol.
- sdcv # https://dushistov.github.io/sdcv/ StarDict Console Version.
- jimtcl # http://jim.tcl.tk/index.html Small footprint implementation of Tcl.
- tcl-tk # https://tcl.tk GUI Toolkit for TCL Programming language.
# - terraform # https://www.terraform.io/ Tool to build, change, and version infrastructure.
# - terraform-docs # https://github.com/terraform-docs/terraform-docs Tool to generate documentation from Terraform modules.
# - terraform-ls # https://github.com/hashicorp/terraform-ls Terraform Language Server.
# - terragrunt # https://terragrunt.gruntwork.io/ Thin wrapper for Terraform.
- tflint # https://github.com/terraform-linters/tflint Linter for Terraform files.
- tfsec # https://tfsec.dev/ Static analysis security scanner for your terraform code.
#- tor-browser # https://www.torproject.org/ Web browser focusing on security.
- tree # http://mama.indstate.edu/users/ice/tree/ Display directories as trees (with optional color/HTML output).
- ugrep # https://github.com/Genivia/ugrep Ultra fast grep with query UI, fuzzy search, archive search, and more.
# - vagrant # https://www.vagrantup.com/ Development environment.
- viddy # https://github.com/sachaos/viddy Modern watch command.
- vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings.
# - virtualbox # https://www.virtualbox.org/ Free and open-source hosted hypervisor for x86 virtualization.
# - virtualbox-extension-pack # https://www.virtualbox.org/ AMD64/Intel64 and x86 virtualization.
- w3m # https://w3m.sourceforge.io/ Pager/text based browser.
- watch # https://gitlab.com/procps-ng/procps Executes a program periodically, showing output fullscreen.
- webp # https://developers.google.com/speed/webp/ Image format providing lossless and lossy compression for web images.
@ -87,12 +65,8 @@ apps_brew_cask: @@ -87,12 +65,8 @@ apps_brew_cask:
- brave-browser # https://brave.com/ Brave web browser.
- firefox # https://www.mozilla.org/ru/firefox/ Mozilla Firefox.
- iterm2 # https://www.iterm2.com/ Terminal emlator.
# - joplin # https://joplinapp.org/ An open source note taking and to-do application.
# - k3d # https://k3d.io/ Little helper to run Rancher Lab's k3s in Docker.
- lagrange # https://gmi.skyjake.fi/lagrange/ Desktop GUI client for browsing Geminispace.
# - min # https://github.com/minbrowser/min Minimal browser that protects privacy.
- osxfuse # https://osxfuse.github.io/ FUSE for MacOS.
# - pdftotext # https://www.bluem.net/en/mac/ PDF to text convertor.
- rar # https://www.rarlab.com/ Pack, extract, view, and test RAR archives.
- skype # https://www.skype.com/ Video chat, voice call and instant messaging application.
- telegram # https://macos.telegram.org/ Telegram for MacOS.
@ -100,7 +74,6 @@ apps_brew_cask: @@ -100,7 +74,6 @@ apps_brew_cask:
- tunnelblick # https://www.tunnelblick.net/ Graphic user interface for OpenVPN.
- vivaldi # https://vivaldi.com A web browser which works without pulse-audio.
- 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.
# Finder preview
@ -110,7 +83,6 @@ apps_brew_cask: @@ -110,7 +83,6 @@ apps_brew_cask:
- qlmarkdown # https://github.com/toland/qlmarkdown QuickLook generator for Markdown files.
- qlstephen # https://whomwah.github.io/qlstephen/ QuickLook plugin to view plain text files without a file extension.
- qlvideo # https://github.com/Marginal/QLVideo QuickLook plugin to preview video files.
# - quicklook-json # http://www.sagtau.com/quicklookjson.html QuickLook plugin to preview JSON files.
- webpquicklook # https://github.com/emin/WebPQuickLook QuickLook plugin for WebP image files.
apps_dmg:
@ -136,9 +108,6 @@ apps_nativefier: @@ -136,9 +108,6 @@ apps_nativefier:
# - name: DevDocs
# www: https://devdocs.io
# - name: TeamWeek
# www: https://app.teamweek.com
apps_binary:
- name: red
url: "https://static.red-lang.org/dl/auto/mac/red-latest"

Loading…
Cancel
Save