bungogood / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Shell 100.0%