/dotfiles

Dotfiles repository for managing user configurations. This is done by creating a config alias to pull dotfile updates.

Primary LanguageShellOtherNOASSERTION

Dotfiles

This repository contains dotfile used for system config. Using the config alias files can be added to this repository.

Requirements

  • git
  • curl

Installation

curl -Lks https://raw.githubusercontent.com/Bungogood/dotfiles/linux/.dotfiles/install.sh | /bin/bash

Adding Changes

config add <file>
config commit -m "Updaing <file>"
config push

Update Dotfiles

config pull

Docker Preview

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.

Build

docker build -t dotfiles ~/.dotfiles

Usage

docker run --rm -it dotfiles

References