Skip to content

Commit 58adec8

Browse files
alanrrbclaude
andcommitted
Rename default branch from master to main
Update install URLs, workflow triggers, badge links, and CLAUDE.md to reference the new main branch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63df1a1 commit 58adec8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test Install
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: [main]
66
pull_request:
7-
branches: [master, main]
7+
branches: [main]
88

99
jobs:
1010
ubuntu:

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is **Campus Code Dotfiles (cc_dotfiles)** — a shared dotfiles distributio
1010

1111
```bash
1212
# Remote install (clones to ~/.cc_dotfiles, then runs rake install)
13-
bash -c "$(curl -fSs https://raw.githubusercontent.com/campuscode/cc_dotfiles/master/install.sh)"
13+
bash -c "$(curl -fSs https://raw.githubusercontent.com/campuscode/cc_dotfiles/main/install.sh)"
1414

1515
# Local install (from a cloned repo)
1616
LOCAL_INSTALL=1 bash install.sh

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sudo apt-get install -y curl
2929
## Install
3030

3131
```bash
32-
bash -c "$(curl -fSs https://raw.githubusercontent.com/campuscode/cc_dotfiles/master/install.sh)"
32+
bash -c "$(curl -fSs https://raw.githubusercontent.com/campuscode/cc_dotfiles/main/install.sh)"
3333
```
3434

3535
You will be prompted for your password to change the default shell to zsh.
@@ -72,5 +72,5 @@ Every config file sources a `.local` counterpart if present. Place your personal
7272

7373
- `SKIP_DOCKER=1` — skip Docker installation on Linux
7474

75-
[build-status-image]: https://github.com/campuscode/cc_dotfiles/actions/workflows/test.yml/badge.svg?branch=master
76-
[build-status]: https://github.com/campuscode/cc_dotfiles/actions/workflows/test.yml?query=branch%3Amaster
75+
[build-status-image]: https://github.com/campuscode/cc_dotfiles/actions/workflows/test.yml/badge.svg?branch=main
76+
[build-status]: https://github.com/campuscode/cc_dotfiles/actions/workflows/test.yml?query=branch%3Amain

0 commit comments

Comments
 (0)