Skip to content

abacigalup-eb/dotfiles

 
 

Repository files navigation

dotfiles

This git repo is meant to be used as a bare repo, with $HOME as working dir.

Install

Handy installer here,

$ curl https://raw.githubusercontent.com/redraw/dotfiles/master/.dotfiles/install.sh | bash

Try it on Docker

You can try it inside a docker container (user/pass tester)

$ docker run -it --rm redraw/dotfiles

Install recipes

You can select which recipes to install by running,

$ .dotfiles/setup.sh

Usage

dotfiles command is just an alias to git using $HOME/.dotfiles.git as git dir, and $HOME as work tree.

$ dotfiles add <some-file>
$ dotfiles commit -m "updated x file"
$ dotfiles push

About

dotfiles + debian setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 69.6%
  • Vim Script 16.8%
  • Python 9.3%
  • Dockerfile 4.3%