No description
Find a file
2023-11-26 17:27:08 -05:00
.brew_lists update README.sh and added brew auto-update to setup_dev_env 2023-11-26 14:56:36 -05:00
docs Update index.md 2023-11-26 17:22:05 -05:00
.gitingnore Remove __pycache__/ from tracking 2023-11-26 15:22:41 -05:00
aactivator.py added ability to indicate user 2023-11-23 16:42:35 -05:00
README.md Update README.md 2023-11-26 17:27:08 -05:00
setup_dev_env update README.sh and added brew auto-update to setup_dev_env 2023-11-26 14:54:04 -05:00
tmux_sessionizer changed dir to search in 2023-11-23 16:39:46 -05:00
tmux_windownizer moved stow setup to .dotfile and renamed setup_config 2023-11-23 17:40:17 -05:00
update_brew_lists added git features and brew auto update 2023-11-25 01:21:51 -05:00

.local-bin

GitHub Pages

Welcome to the .local-bin repository! This collection is carefully crafted to enhance and customize your development environment. Below is a list of key components:

Binary Files

  • aactivator.py: A powerful script designed to automate the sourcing of environments in an interactive shell. Activate it effortlessly by evaluating $(aactivator init) in your shell.
  • tmux_sessionizer: This script simplifies the management of tmux sessions by providing an interactive interface to create or switch between sessions. If a session doesn't exist for a selected directory, it creates a new tmux session with the selected directory as the working directory.
  • tmux_windownizer: This script is designed to streamline the process of sending commands to a specific tmux window. It takes a branch name (or any identifier) as an argument, creates a new window if it doesn't exist in the current tmux session, and sends the provided command to that window.
  • update_brew_lists: This script automates the process of updating Homebrew and associated package lists. It can be used to keep track of installed packages and update them as needed.
  • setup_dev_environment.sh: This script automates the setup of a development environment by installing essential tools, configuring common settings, and providing options for customization. It supports the following options:
    • -a or --disable-auto-update: Disable Homebrew auto-updates.
    • -n or --disable-notification: Disable notifications during setup.

Documentation

For detailed documentation, please visit the GitHub Pages site.

Feel free to use this script collection to enhance your development workflow!