Best of Shell — September 2024
- 1
- 2
Chris Titus Tech·2y
The Linux Utility v1.0
Chris Titus introduces a new Linux Utility script with a Rust wrapper designed to simplify various Linux tasks. The utility allows users to quickly set up and customize their Linux environments. It includes scripts written in bash and integrates seamlessly across different Linux distributions like Fedora, Debian, and Arch. Chris emphasizes the importance of open-source collaboration and invites contributors to help improve the tool further.
- 3
Community Picks·2y
Myzel394/zsh-copilot: How we all expected GitHub Copilot in the CLI to be. No `suggest` bullshit
Get true suggestions in your shell with zsh-copilot by pressing CTRL + Z. Install the plugin via GitHub, ensure you have an OPENAI API key with GPT-4 access, and expose it through an environment variable. For configurations, use the command zsh-copilot --help.
- 4
Hacker News·2y
Better Dotfiles
A method to reorganize dotfiles without using superfluous managers or the 'version control $HOME' method by incorporating first-line comments in files for symlink creation. Using `awk` and a few shell commands, the process simplifies symlink management and checks, making the setup self-contained and requiring minimal dependencies common to Unix-like systems.