this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add some more brewfile packages

+20 -1
+14 -1
.config/brew/Brewfile
··· 24 24 25 25 26 26 # ============================================================================== 27 - # Formulae 27 + # Formulae/Casks 28 28 # ============================================================================== 29 29 30 30 # Simple, fast and user-friendly alternative to find ··· 59 59 brew "pyenv-virtualenv" 60 60 # Clone of cat(1) with syntax highlighting and Git integration 61 61 brew "bat" 62 + # Improved top (interactive process viewer) 63 + brew "htop" 64 + 65 + # Utility to create and modify archives 66 + cask "betterzip" 67 + # QuickLook generator for Markdown files 68 + cask "qlmarkdown" 69 + # Thumbnails, static previews, cover art and metadata for video files 70 + cask "qlvideo" 71 + # Quicklook extension for source files 72 + cask "syntax-highlight" 73 + # Video communication and virtual meeting platform 74 + cask "zoom"
+6
.config/yadm/alt/.config/brew/10-class.Brewfile##class.personal
··· 16 16 cask "nordvpn" 17 17 # Video game digital distribution service 18 18 cask "steam" 19 + # Main codebase 20 + cask "texworks" 21 + # Add indentation to LaTeX files 22 + brew "latexindent" 23 + # Compact TeX distribution as alternative to the full TeX Live / MacTeX 24 + cask "basictex"