- Editor: neovim
- OS: arch linux
- Terminal: alacritty
- Theme: solarized
- WM: bspwm
- Packages manager: pacman & nix
Additionally to my configuration files, this repository contains all of my
installed packages using the nix package manager. External users can install
all the packages by using the flake feature in nix. Assuming the nix version
has support for flakes (version > 2.04), and the nix-command
and flakes
experimental features have been enabled, the packages can be installed with:
nix profile install github:lunkentuss/dotfiles
To test that the binaries have been properly installed, you can run:
fortune-cow
and you'll see something like:
________________________________
< Heisenberg may have been here. >
--------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Alternatively, the packages can be tested with an OCI image which can be built
from the provided Dockerfile
, by building and running the Dockerfile
with:
docker run -ti --entrypoint /bin/sh $(docker build -q .)