Tag: bash

  • Why You Should Put Your Bash/Zsh Configurations in Source Control

    Why You Should Put Your Bash/Zsh Configurations in Source Control

    Note: You can see my zshconfig here. As developers, we spend a considerable amount of time fine-tuning our environments. Customizing your bash or zsh configuration can significantly enhance your productivity, whether through personalized shortcuts, workflow automation, or optimized command sequences. However, there’s always one looming concern—what happens when you get a new machine? The problem…

  • Enhance Your Development Workflow with Custom Bash Functions

    Enhance Your Development Workflow with Custom Bash Functions

    As developers, we often find ourselves performing repetitive tasks that, while necessary, consume a good chunk of our productive time. Fortunately, by leveraging the power of bash scripting combined with the customization capabilities of shell configuration files like .bashrc or .zshrc, we can significantly streamline our workflows. Why Use Custom Bash Functions? Custom bash functions…