Add devcontainer

This commit is contained in:
schmelczerandras 2020-10-06 09:27:14 +02:00
parent ec0b700313
commit d40c538ac5
3 changed files with 65 additions and 0 deletions

13
.devcontainer/.zshrc Normal file
View file

@ -0,0 +1,13 @@
# Path to your oh-my-zsh installation.
export ZSH="/root/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="typewritten"
# Which plugins would you like to load?
# plugins=(zsh-autosuggestions nvm git)
source $ZSH/oh-my-zsh.sh