From c690f731618959cba3b85500acee20ebf43e51c1 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Sun, 27 Oct 2024 20:46:46 +0100 Subject: feat: add `devcontainers` configuration (#12783) Co-authored-by: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> --- templates/minimal.zshrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/minimal.zshrc (limited to 'templates/minimal.zshrc') diff --git a/templates/minimal.zshrc b/templates/minimal.zshrc new file mode 100644 index 000000000..6d4cd9a71 --- /dev/null +++ b/templates/minimal.zshrc @@ -0,0 +1,5 @@ +export ZSH="$HOME/.oh-my-zsh" +ZSH_THEME="robbyrussell" +plugins=(git) + +source $ZSH/oh-my-zsh.sh -- cgit v1.2.3-70-g09d2