Arch Linux container with all software I need for development.
- Paru: A user-friendly AUR helper for Arch Linux that simplifies package management from the Arch User Repository.
- Neovim: An extensible, modernized version of Vim, aimed at improving usability and plugin support.
- Fish: A user-friendly, interactive, and feature-rich shell with syntax highlighting and autocompletion.
- Tmux: A terminal multiplexer that allows you to manage multiple terminal sessions within one window.
- Clone this repository:
$ git clone https://github.com/mr-zorbot/arch-dev-container.git - Build the image:
$ cd arch-dev-container/ && (podman|docker) build -t arch-dev . - Run the container:
$ (podman|docker) run -it --rm -v $(pwd):/environment arch-dev