dotfiles

Files to recover my file system.
git clone git://git.nomxz.net/dotfiles.git
Log | Files | Refs | README

commit f3e46e598c8f91c427667eb153fee54942df8c29
parent ac84b4d66281de8f334df7fc7848a9e3a880f9b3
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Thu, 25 Nov 2021 03:57:37 -0500

Add Brewfile.

Diffstat:
ABrewfile | 40++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+), 0 deletions(-)

diff --git a/Brewfile b/Brewfile @@ -0,0 +1,40 @@ +tap "homebrew/bundle" +tap "homebrew/cask" +tap "homebrew/cask-fonts" +tap "homebrew/core" +tap "mongodb/brew" +# Shell extension to jump to frequently used directories +brew "autojump" +# Console Matrix +brew "cmatrix" +# Configurable talking characters in ASCII art +brew "cowsay" +# Infamous electronic fortune-cookie generator +brew "fortune" +# Improved top (interactive process viewer) +brew "htop" +# Rainbows and unicorns in your console! +brew "lolcat" +# Modern and intuitive terminal-based text editor +brew "micro" +# Fast, highly customisable system info script +brew "neofetch" +# HTTP/2 C Library +brew "nghttp2" +# Interpreted, interactive, object-oriented programming language +brew "python@3.9" +# Platform built on V8 to build network applications +brew "node" +# Python dependency management tool +brew "pipenv" +# Powerful, clean, object-oriented scripting language +brew "ruby" +# User interface to the TELNET protocol +brew "telnet" +# Terminal multiplexer +brew "tmux" +# Language for application scale JavaScript development +brew "typescript" +# Vi 'workalike' with many additional features +brew "vim" +cask "font-hack-nerd-font"