Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgw/dotfiles
- Owner: bgw
- Created: 2012-07-08T17:57:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T23:07:35.000Z (5 months ago)
- Last Synced: 2024-10-04T16:50:36.986Z (about 1 month ago)
- Topics: dotfiles
- Language: Shell
- Size: 343 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.