Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgw/dotfiles

Custom "dotfiles" for personal use
https://github.com/bgw/dotfiles

dotfiles

Last synced: 16 days ago
JSON representation

Custom "dotfiles" for personal use

Awesome Lists containing this project

README

        

dotfiles
========

Disclaimer
----------

This repository is intended for my own personal use. If someone else can glean
anything from it, all the better, but it is not intended for anyone else to use.
Rather, I made this repository to help me configure any machine I use faster.

As a result of this, some configurations may not use best practices, or may have
some cruft. That's not the point. These are configuration files and such that
I've hacked together that I use and that work for me.

Installing
----------

You'll need to clone the repository and then all the submodules:

git submodule update --init --recursive

Then just run:

./install.sh

Fair warning: *The install script does not ask you for permission to overwrite a
file*. It just does it.