https://github.com/robdel12/dotfiles
https://github.com/robdel12/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robdel12/dotfiles
- Owner: Robdel12
- Created: 2025-06-08T04:25:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T07:10:26.000Z (about 1 year ago)
- Last Synced: 2025-08-06T12:05:50.289Z (11 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles Setup
This repository contains my personal macOS dotfiles and configuration scripts.
## Usage
1. **Bootstrap a new machine:**
```zsh
curl -fsSL https://raw.githubusercontent.com/robdel12/dotfiles/main/install.sh | bash
```
2. **If already cloned:**
```zsh
cd ~/Developer/dotfiles
bash install.sh
```
3. **To update the environment later:**
Just re-run:
```zsh
bash ~/Developer/dotfiles/bootstrap.sh
```
Follow the prompts to update dotfiles, Emacs config, and re-apply system setup.
---
- Zsh configs are in `.zsh/`
- Git configs are in `.gitconfig.d/`
- Emacs config is managed from a separate repo and auto-cloned to `~/.emacs.d`