File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/devcontainers/base/src/.devcontainer/nhsnotify Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,8 @@ cat /.zshrc
1818cp /.zshrc ~ /.zshrc
1919source ~ /.zshrc
2020mkdir -p /zsh/plugins/zsh-autosuggestions
21- git clone https://github.com/zsh-users/zsh-autosuggestions /zsh/plugins/zsh-autosuggestions
21+ git clone https://github.com/zsh-users/zsh-autosuggestions /zsh/plugins/zsh-autosuggestions
22+
23+
24+ mdir -p /nhsengland/repository-template
25+ https://github.com/nhs-england-tools/repository-template.git /nhsengland/repository-template
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ cat ~/.zshrc
88source ~ /.zshrc
99echo ' asdf setup complete'
1010
11+
12+ echo ' copying defaults'
1113cd ~
14+ cp /nhsengland/repository-template/scripts ./scripts -r
15+ cp /nhsengland/repository-template/Makefile ./
16+
1217make config
1318echo ' make config complete'
1419
You can’t perform that action at this time.
0 commit comments