Best of BashAugust 2024

  1. 1
    Article
    Avatar of devsquadDev Squad·2y

    my dotfiles neovim+tmux+starship+alacritty+i3wm

    A repository that provides configuration files for setting up Neovim, Tmux, Starship, Alacritty, and i3wm. Users can easily set up their development environment by following the provided documentation.

  2. 2
    Video
    Avatar of devops-toolkitDevOps Toolkit·2y

    10 CLIs I Can Not Live Without!

  3. 3
    Article
    Avatar of lobstersLobsters·2y

    meithecatte/bashfuck: Write any bash with only the punctuation characters

    bashfuck is a unique bash dialect allowing the use of only ASCII special characters, without letters or numbers. It comes with a bashfuck encoder for translating regular bash scripts. The tool relies on the precise wording of bash error messages in English locales and utilizes a workaround for capturing stderr. Users are encouraged to improve the existing decoding code through contributions.