Skip to content

Commit

Permalink
update to ibek-support with a quadem channel working
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed May 7, 2024
1 parent ad6c5d1 commit 3656781
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/postCreateCommand
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ echo 'source <(ibek --show-completion bash)' >> $HOME/.bashrc
echo 'source <(ibek --show-completion zsh)' >> $HOME/.zshrc

# pick a theme that does not cause completion corruption in zsh
sed -i $HOME/.zshrc -e 's/ZSH_THEME="devcontainers"/ZSH_THEME="lukerandall"/'
sed -i $HOME/.zshrc -e 's/ZSH_THEME="devcontainers"/ZSH_THEME="dst"/'
# response code prompt string also causes corruption somethimes
echo "RPS1=''" >> $HOME/.zshrc

# allow personalization of all devcontainers in this subdirectory
# by placing a .devcontainer_rc file in the workspace root
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY ibek-support/ADCore/ ADCore/
RUN ADCore/install.sh R3-12-1

COPY ibek-support/quadEM/ quadEM/
RUN quadEM/install.sh 9-4dls1
RUN quadEM/install.sh R9-5

################################################################################

Expand Down

0 comments on commit 3656781

Please sign in to comment.