Build the package using docker and install it on Fedora CoreOS.
- htop
- tmux
- zsh
Clone this repository.
git clone https://github.com/abcang/coreos-packages.git
cd coreos-packagesRun with the package and prefix to install.
./install.sh [package] [prefix]Example:
./install.sh zsh /var/home/abcang/localIf you want to use docker instead of podman, set the command to DOCKER.
DOCKER=docker ./install.sh
Public Domain