File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test Install
22
33on :
44 push :
5- branches : [master, main]
5+ branches : [main]
66 pull_request :
7- branches : [master, main]
7+ branches : [main]
88
99jobs :
1010 ubuntu :
Original file line number Diff line number Diff 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)
1616LOCAL_INSTALL=1 bash install.sh
Original file line number Diff line number Diff 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
3535You 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
You can’t perform that action at this time.
0 commit comments