ymendel / dotfiles

23 stars 2 forks source link

ymendel's dotfiles

For system personalization, easy set-up, &c &c.

Consideration

This repo is really just for me, and I'll be honest and say that right now. I also don't have a lot of different machines, so it tends to be more targetted and less robust for widespread use than other dotfiles repos you may find. With that said, I'm far from against other people using any of this. I just felt I should make that clear.

Also, if you want to use these dotfiles, I strongly suggest you first review the contents and see what works for you. Make your own copy. It's all about personalizing a system to you, not just blindly using someone else's settings. You could be in for a bad time if you do that.

Installation

Using git and the bootstrap script

This can be cloned wherever you like, but I like to keep it along with other projects in ~/dev/projects/mine. The bootstrap script will create the ~/.dotfiles symlink, among other things.

git clone https://github.com/ymendel/dotfiles.git
cd dotfiles
script/bootstrap

Organization

Topics

This is separated into topic directories. Instead of a single large file (or a small set of large files) to handle everything, things are broken up into small directories and files (viz. git, ruby, system, shell, macos). I find it easier to understand and handle with this separation.

Locations

Rejuvenation

updot

The updot command is provided to easily stay up-to-date. It installs dependencies, runs install scripts, sets defaults, &c. Run this script occasionally to keep your system and environment up-to-date.

Note: Running updot will not update the git repository, and this is by design. It only updates the system with the current contents of the repository. It also (by design) doesn't update already-installed Homebrew formulae. Those can be handled separately with brew.

Appreciation

This organization was largely inspired by Zach Holman and his wonderful dotfiles repo. There were some things I wanted to do differently. Some of those I gave up on simply because his stuff was so good.

Along the way, I've gotten a good bit from other repos. Of particular note, and in no particular order: