Skip to content

aegypius/dotfiles-wrapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles: Wrapped

This is my docker wrappers. I use docker A LOT, for everything, I am really impressed by Jess Frazelle docker functions.

I usually work with docker-compose'd environment I need a way to simply run things with the same stack without writing very long command lines, so here is my take on that matter.

Installation

1. Get the code

You can install this repository using either one of these method:

Using bootstrap script

bash <(curl -sL https://raw.githubusercontent.com/aegypius/dotfiles-wrapped/master/bootstrap.bash)

Using homeshick

These dotfiles requires an additional castle to properly run:

homesick clone aegypius/dotfiles-docker
homesick clone aegypius/dotfiles-wrapped

2. Inject it in your environment

Then you need to update your .bashrc with the following code:

# Source everything in ~/bashrc.d {{{
if [ -d ~/.bashrc.d ]; then
  for script in ~/.bashrc.d/*; do
    test -f $script && source $script;
  done;
fi
# }}}

See Also

Releases

No releases published

Packages

No packages published

Languages