Commit Diff


commit - e4bdd73c400a282dc3c6a7443f16386a39f802b5
commit + 01292793f49cd261bdd5e48ebcce1afda1b86785
blob - c021126866e18179fd398ef078b442324ed5f4a9
blob + 8124e46993f0dda11600a66f777eb803b53a14cb
--- README.md
+++ README.md
@@ -2,6 +2,18 @@
 
 This README explains the configuration of the `.zshrc` file and the plugins listed in `zsh_plugins.txt`. It also provides instructions for setting up Antidote (the Zsh plugin manager) and updating the plugins.
 
+## Installation
+
+Get the file from got repository:
+
+    got clone ssh://anon@repo.vincentdelft.be/zsh
+    got checkout zsh.git
+
+    or 
+    git clone ssh://anon@repo.vincentdelft.be/zsh zsh
+    
+    cp zsh/zshrc ~/.zshrc
+
 ## Overview of `.zshrc`
 
 The `.zshrc` file is a configuration file for the Zsh shell, customizing the shell environment, prompt, key bindings, aliases, and plugins. Below is a breakdown of its sections and their purposes: