cinghiopinghio / makedot

manage your dotfiles with a Makefile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makedot

A small makefile to install dotfiles with stowsh.

Install

Usage

Structure

Makefile
repos
    |
    +-repo1
    |   |
    |   +-dotfiles
    |   |   |
    |   |   +-.vimrc
    |   |   +-.config/nvim/init.vim
    |   +-hooks
    |   |   |
    |   |   +-pre
    |   |   +-post
    |   +-README.md
    |   +-LICENCE
    |
    +-repo2
    |   …

About

manage your dotfiles with a Makefile


Languages

Language:Python 39.5%Language:Shell 38.3%Language:Makefile 22.3%