drmikecrowe / baredotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

My personal dotfiles for any system. Uses the excellent dotbare to host

Installation

Git Install

git clone https://github.com/kazhala/dotbare.git ~/.dotbare && \
    source ~/.dotbare/dotbare.plugin.bash && \
    dotbare finit -u https://github.com/drmikecrowe/baredotfiles.git

wget Install

wget https://github.com/kazhala/dotbare/archive/refs/heads/master.tar.gz -qO- | tar -xz && mv dotbare-master .dotbare && \
    source ~/.dotbare/dotbare.plugin.bash && \
    dotbare finit -u https://github.com/drmikecrowe/baredotfiles.git

About


Languages

Language:Shell 99.7%Language:Python 0.3%