| .brew_lists | ||
| .gitingnore | ||
| aactivator.py | ||
| README.md | ||
| setup_dev_env | ||
| tmux_sessionizer | ||
| tmux_windownizer | ||
| update_brew_lists | ||
.local-bin
This repository contains a collection of binary files that I use for various purposes.
Binary Files
aactivator.pysetup_configtmux_sessionizertmux_windownizerupdate_brew_lists
Usage
These binary files serve specific functions in my development environment.
update_brew_lists
update_brew_lists is a utility script to manage and update lists of Homebrew and Homebrew Cask packages. It's particularly useful for maintaining a record of installed packages and automating the installation process on new machines.
Getting Started
-
Clone the repository and navigate to the
.local-bindirectory.git clone https://github.com/jfraeys/.local-bin.git ~/.local/bin cd ~/.local/bin -
Run the
update_brew_listsscript without any arguments to update the Homebrew and Homebrew Cask lists../update_brew_lists
Additional Options
-
--install: Install Homebrew if not already installed, and install the listed packages../update_brew_lists --install -
--save-brew-dirand--save-cask-dir: Save the updated lists to specific directories../update_brew_lists --save-brew-dir ~/my_custom_brew_lists --save-cask-dir ~/my_custom_cask_lists
Example Usage
-
Update and install packages:
./update_brew_lists --install -
Update lists and save them to custom directories:
./update_brew_lists --save-brew-dir ~/my_custom_brew_lists --save-cask-dir ~/my_custom_cask_lists
Feel free to customize and expand this section based on the specific usage and features of update_brew_lists.