Skip to content

Commit e122b69

Browse files
paths.
1 parent 75a9442 commit e122b69

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
config:
2+
pwd

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
cp ./postcreatecommand.sh /postcreatecommand.sh
44
cp ./poststartcommand.sh /poststartcommand.sh
55
cp ./welcome.sh /welcome.sh
6+
cp ./Makefile ~/Makefile
67

78
cp ~/.zshrc /.zshrc
89
rm -Rf /.asdf

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ cat ~/.zshrc
88
source ~/.zshrc
99
echo 'asdf setup complete'
1010

11+
cd ~
1112
make config
1213
echo 'make config complete'
1314

14-
jekyll --version && cd docs && bundle install
15-
echo 'jekyll setup complete'
15+
# jekyll --version && cd docs && bundle install
16+
# echo 'jekyll setup complete'
1617

17-
./welcome.sh
18+
#/welcome.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
./welcome.sh
3+
/welcome.sh

0 commit comments

Comments
 (0)