diff --git a/README.md b/README.md index 88abd58..b9a9ae2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ # My Dotfiles + The collection of my precious dotfiles. ## Installation -To install run this command: + +To install run this command: + ``` -git clone https://github.com/saibotk/.dotfiles ~/; cd ~/.dotfiles; ./install +git clone https://github.com/saibotk/.dotfiles ~/.dotfiles; cd ~/.dotfiles; ./install ``` + This should install all dependencies and create symlinks to all needed files. ## Customization + It is possible to load your own commands you want to execute in the `.zshrc`. To add commands you want to execute on shell startup, just add a `localcommands` file with your commands in `~/.dotfiles/zsh/`. ## Thanks To...