Skip to content

Commit d843470

Browse files
get default scripts.
1 parent e122b69 commit d843470

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ cat /.zshrc
1818
cp /.zshrc ~/.zshrc
1919
source ~/.zshrc
2020
mkdir -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

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ cat ~/.zshrc
88
source ~/.zshrc
99
echo 'asdf setup complete'
1010

11+
12+
echo 'copying defaults'
1113
cd ~
14+
cp /nhsengland/repository-template/scripts ./scripts -r
15+
cp /nhsengland/repository-template/Makefile ./
16+
1217
make config
1318
echo 'make config complete'
1419

0 commit comments

Comments
 (0)