KIWI 10.2.4 |
/bin/sh -c dnf update -y && dnf copr enable -y atim/lazygit && dnf -y install neovim unzip bash-completion zoxide fd-find chafa lazygit procps git go npm |
/bin/sh -c useradd -ms /bin/bash user && usermod -aG wheel user && sed -i '/NOPASSWD/s/^#//g' /etc/sudoers |
/bin/sh -c mkdir /run/user/1000 && chown user:user /run/user/1000 |
USER user |
WORKDIR /home/user |
COPY file:7bc6c7f4e07f3e5c194300e3e9b4a105638ad720b3fb64663cfa7c68763db89d in /home/user/.bashrc |
COPY file:fa0441878ef6d65977f376e52f34dd1515858cb432cb50d6b0faec5863f65a13 in /home/user/.bash_profile |
/bin/sh -c git clone --depth 1 https://github.com/LazyVim/starter ~/.config/nvim |
COPY dir:4b1102c470c9004f318d5454d4a3ce49fb29a95f556178fa8d98ab9a846656cc in /home/user/.config/nvim/lua/plugins |
COPY dir:f79c1a05ea341fec645b88ca8d5552b043af05edc3f07ff7b62eb9e90fae9a94 in /home/user/.config/nvim/lua/config |
COPY file:a54969d7ac91e7188583463560f997069f31432c77f43fb50f9297ae765607e6 in /home/user/.config/nvim/lazyvim.json |
ENV TZ="Europe/Amsterdam" |
VOLUME /home/user/.local /home/user/.cache |