Skip to content

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

License

Notifications You must be signed in to change notification settings

bungogood/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages