This repository contains dotfile used for system config. Using the config alias files can be added to this repository.
- git
- curl
curl -Lks https://raw.githubusercontent.com/Bungogood/dotfiles/linux/.dotfiles/install.sh | /bin/bashconfig add <file>
config commit -m "Updaing <file>"
config pushconfig pullThis creates an alpine container with curl and git, with the entrypoint running the install.sh script from this repository. Therefore the container only needs to be built once and can then be used to test any changes.
docker build -t dotfiles ~/.dotfilesdocker run --rm -it dotfiles