FU
fullstackjam/dotfiles
Dotfiles
Pure configuration files managed with GNU Stow.
Software installation is handled by OpenBoot.
Quick Start
curl -fsSL openboot.dev/fullstackjam | bashThis will:
- Install Homebrew and packages
- Clone this repo to
~/.dotfiles - Deploy configs via stow
- Install Oh-My-Zsh and plugins
Manual Deploy
git clone https://github.com/fullstackjam/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow -v --target="$HOME" git ssh zshStructure
dotfiles/
├── git/.gitconfig # Git configuration
├── ssh/.ssh/config # SSH client config
└── zsh/.zshrc # Zsh configuration
How Stow Works
Stow creates symlinks from your home directory to the dotfiles:
~/.gitconfig → ~/.dotfiles/git/.gitconfig
~/.ssh/config → ~/.dotfiles/ssh/.ssh/config
~/.zshrc → ~/.dotfiles/zsh/.zshrc
License
MIT