Update index.md
This commit is contained in:
parent
74f2d4afcb
commit
e58e6dbca8
1 changed files with 3 additions and 4 deletions
|
|
@ -13,10 +13,11 @@ Welcome to the documentation for the `.local-bin` repository. This collection is
|
|||
- [aactivator.py](aactivator/Usage.md): 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](tmux_sessionizer/Usage.md): 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_windonizer](tmux_windownizer/Usage.md): 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](update_brew_lists/Usage.md) 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_env](setup_dev_env/Usage.md) 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:
|
||||
- [update_brew_lists](update_brew_lists/Usage.md): 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_env](setup_dev_env/Usage.md): 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.
|
||||
- [docker-check](docker-check/Usage.md): This script automates the process of ensuring Docker is installed and running before executing Docker-related commands. If Docker is not installed, it provides an option to install it via Homebrew.
|
||||
|
||||
Feel free to use these scripts to simplify tasks and enhance your development workflow.
|
||||
|
||||
|
|
@ -29,5 +30,3 @@ If you're new to .local-bin, follow these steps to get started:
|
|||
3. Explore the documentation sections to learn about each script and its usage.
|
||||
|
||||
Happy coding!
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue