Skip to content

bgw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4981f28 · Jan 31, 2025
Mar 9, 2024
Dec 13, 2024
Apr 22, 2024
Jan 31, 2025
Dec 11, 2014
Mar 9, 2024
Jun 8, 2020
Mar 18, 2015
Apr 28, 2024
May 20, 2020
Apr 22, 2024
Nov 26, 2017
Apr 22, 2024
Feb 19, 2023
Jun 8, 2024
Nov 28, 2014
Apr 22, 2024

Repository files navigation

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.