Skip to content

rustygeldmacher/dottle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dottle

Dottle is sort of a cross between Homeshick and Zach Holmans dotfiles repository.

Installation

  • Clone dottle: git clone [email protected]:rustygeldmacher/dottle.git ~/.dottle
  • Make your ~/.bashrc only this:
#!/bin/bash
source $HOME/.dottle/bootstrap
  • Start a new shell so dottle is enabled
  • Clone a repository, for instance: dottle clone /dotfiles dotfiles
  • Either use your entire repo: dottle use dotfiles
  • Or use specific topics: dottle use dotfiles/

Topics

Topic layout:

  • name/
    • init -- script that will be sourced for the topic
    • install -- script that will be run when the topic is installed
    • filename.ext.symlink -- will be symlinked to $HOME/.file.ext
    • _dir/file.symlink -- will symlink file into $HOME/.dir/

About

Yet another way to manage your dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages