Aims to provide a common WSL environment for Developers
| Package | OS Platforms | Description | Links |
|---|---|---|---|
| dnf5-plugins | Fedora | A collection of plugins for dnf, such as changelog, config-manager, and copr |
|
| fish | Fedora, Ubuntu | An alternative shell to Bash with modern features | Homepage |
| wget | Fedora, Ubuntu | A simple HTTP Client for fetching files | Homepage |
| curl | Fedora, Ubuntu | An advanced HTTP Client for sending and receiving data | Homepage |
| neovim | Fedora, Ubuntu | A fork of Vim with a baked in Lua scripting engine | Homepage |
| zstd | Fedora, Ubuntu | A modern compression library, used by many apps | GitHub |
| jq | Fedora, Ubuntu | A small utility to provide JSON Query capabilities | Website |
| yq | Fedora, Ubuntu | Similar to jq, only for YAML data |
GitHub |
| ncurses | Fedora | Provides some helpful command line utilities such as clear for terminals that don’t support clearing the buffer |
Website |
| git | Fedora, Ubuntu | The official git client | Website |
| just | Fedora, Ubuntu | A Makefile alternative with cleaner syntax | GitHub |
| ripgrep | Fedora, Ubuntu | A grep alternative with incredible performance | GitHub |
| rsync | Fedora, Ubuntu | A simple file copy utility | Website |
| tmux | Fedora, Ubuntu | A terminal multiplexer | GitHub |
| tree | Fedora, Ubuntu | A simple tool for generating a tree structure for a directory | |
| watch | Fedora | A simple tool for watching changes to a command |