Skip to content

rsanheim/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcfd6c5 · Apr 24, 2025
Mar 20, 2025
Apr 15, 2025
Sep 14, 2024
Apr 11, 2025
Apr 24, 2025
May 20, 2024
Apr 19, 2025
Sep 14, 2024
Nov 21, 2021
Feb 20, 2025
Nov 15, 2024
Nov 29, 2022
Apr 20, 2025
Feb 5, 2024
Oct 24, 2015
Feb 25, 2025
Feb 25, 2025
Apr 20, 2025
Nov 19, 2020
Mar 6, 2025

Repository files navigation

dotfiles

My dotfiles built for ruby, javascript web dev nonsense, and general bash shell hackery.

These may work well as a jumping off point for you this sounds like your working style:

  • mostly use apple silicon Macs, but spend most of your life in terminal
  • prefer bash over zsh
  • work daily in ruby, javascript, and shell, but don't mind diving into other languages
  • use homebrew bundle for installing most of your Mac apps
  • use mise for your version switching

I tend to setup new machines or pave + reinstall on new Macs frequently, so these here dotfiles will get frequent housekeeping.

Homebrew bundle

homebrew-bundle is great. It makes installing all the things a breeze.

https://gist.github.com/ChristopherA/a579274536aab36ea9966f301ff14f3f has some handy tips.

bootstrap

Requires homebrew. You can install homebrew via:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Clone and bootstrap

# install the dotfiles - note that you can change the dotfile location with $DOTFILES_HOME, defined in .bashrc
git clone https://github.com/rsanheim/dotfiles.git ~/src/rsanheim/dotfiles

# set up all the things
cd ~/src/rsanheim/dotfiles && ./bootstrap.sh

About

here there be bash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published