Skip to content

robertwtucker/dotfiles

Repository files navigation

Dotfiles

These are the configuration files and settings I use every day. I use yadm to sync files in this repo so it'll be easy to bootstrap a new machine.

I do my work on a Mac, but occasionally use Linux, so I try to keep things portable by wrapping the Mac-specific stuff. If you happen to find something useful here, you are welcome to use/adapt it for your needs. I know I certainly stole learned a lot of what I use here studying other dotfile repos.

Notes For Future-Me

To bootstrap a new machine, download and install yadm.

curl -fLo /usr/local/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm

Clone this repository using yadm with the --bootstrap option.

yadm clone https://github.com/robertwtucker/dotfiles --bootstrap

Start a new shell and execute the following commands:

yadm decrypt
fisher update

NB: If you were following along at home and aren't future-me, that first step is obviously going to fail.

License

This project is made available under the MIT License.

Questions

Open an issue.

Robert Tucker - @robertwtucker

About

🛠️ Configuration files that start with a dot

Topics

Resources

License

Stars

Watchers

Forks