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/bash
config add <file>
config commit -m "Updaing <file>"
config push
config pull
This 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 ~/.dotfiles
docker run --rm -it dotfiles