cyril-sf/.dev-environment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Overview What's needed for my (work) environment # Installation ``` cd ~ git clone git@github.com:cyril-sf/.dev-environment.git touch ~/.zshenv echo "export BASH_IT=~/.dev-environment" >> ~/.zshenv echo 'source "$BASH_IT/load.zsh"' >> ~/.zshenv source ~/.zshenv touch ~/.zshrc echo 'source "$BASH_IT/interactive.zsh"' >> ~/.zshrc source ~/.dev-environment/install.zsh ```