File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
src/devcontainers/base/src/.devcontainer/nhsnotify Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ cp ./poststartcommand.sh /poststartcommand.sh
55cp ./welcome.sh /welcome.sh
66cp ./Makefile /Makefile
77
8-
8+ echo ' install asdf via go'
9+ go install github.com/asdf-vm/asdf/cmd/
[email protected]
Original file line number Diff line number Diff line change 11#! /bin/bash
22CURRENT_DIR=$( pwd)
33
4- echo ' install asdf via go'
5- go install github.com/asdf-vm/asdf/cmd/
[email protected] 4+
65echo ' export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"' >> ~ /.zshrc
7- # git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
8- # echo 'source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh' >> ~/.zshrc
9- # sed -i "/plugins=/c\plugins=(git ssh-agent sudo terraform dirhistory zsh-autosuggestions)" ~/.zshrc
106sed -i " /plugins=/c\plugins=(git ssh-agent sudo terraform dirhistory)" ~ /.zshrc
117cat ~ /.zshrc
128
13-
14- echo " installing asdf plugins"
15- curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
16- echo ' eval "$(zoxide init zsh)"' >> ~ /.zshrc
17- echo " zoxide plugin added"
18-
19- cat ~ /.zshrc
20-
219echo " copying defaults"
2210echo " getting nhse repo template"
2311echo " Cloning $REPO into $DEST "
You can’t perform that action at this time.
0 commit comments