commit b1e7f91e3a687a8045b3e03ce03001821bfc4ed6 parent 1866752916c6a8a32421cd17cec1aaf02794c853 Author: Mark Feller <mfeller@recurly.com> Date: Thu, 19 Dec 2019 16:22:41 -0700 installs Signed-off-by: Mark Feller <mfeller@recurly.com> Diffstat:
M | pkgs/macos/install | | | 3 | +++ |
M | pkgs/macos/packages | | | 35 | ++++++++++++++++++++++------------- |
2 files changed, 25 insertions(+), 13 deletions(-)
diff --git a/pkgs/macos/install b/pkgs/macos/install @@ -26,5 +26,8 @@ install_dots() { (cd ~/.config/rice && ./install) } +brew cask install alacritty +brew cask install font-fira-mono + install_packages install_dots diff --git a/pkgs/macos/packages b/pkgs/macos/packages @@ -1,16 +1,25 @@ # Tooling -git is a version control system -stow is a tool for managing symlinks for dot files -emacs is the best editor -lf is an extensive terminal file manager -fzf is a fuzzy finder tool -htop provides system usage information and displays processes -zsh is a shell that is compatible with bash. -go is the go toolchain +git is a version control system +stow is a tool for managing symlinks for dot files +emacs is the best editor +lf is an extensive terminal file manager +fd is a nicer find tool +fzf is a fuzzy finder tool +ripgrep is a nicer grep tool +htop provides system usage information and displays processes +bash is the updated bash shell +bash-completion is completions for bash +zsh is a shell that is compatible with bash. +go is the go toolchain +jq is a tool for working is json +aspell is a spell checker +ispell is a another spell checker +gnupg is the latest gnupg # Audio and Video -ffmpeg can record and splice video and audio on the command line -mpd is a lightweight music daemon -mpc is a terminal interface for mpd -ncmpcpp is an ncurses interface for music with multiple formats and a powerful tag editor -youtube-dl can download any YouTube video when given the link +ffmpeg can record and splice video and audio on the command line +flac is for working with flac audio files +mpd is a lightweight music daemon +mpc is a terminal interface for mpd +ncmpcpp is an ncurses interface for music with multiple formats and a powerful tag editor +youtube-dl can download any YouTube video when given the link