I have used noobs term with my own dotfiles for a long time and have recently started learning docker
.
I've modified the original shell script (removing all sudo
) and pointing the dotfiles repo to my own.
I'm using ubuntu
as my base image with git
, curl
, wget
, zsh
, tmux
and neovim
built from a Dockerfile
that I attach to.
The container creates a file in /root
with my script and runs it. Everything seems to work except for the tmux
nord theme which in my machine was only loaded until I reboot, does any one know how to load the theme in a docker
container?