fix(readme): wrong clone destination

This commit is contained in:
Saibotk 2024-12-02 23:28:39 +01:00
parent d4acb95e36
commit d28f4e5cfb
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -1,14 +1,19 @@
# My Dotfiles # My Dotfiles
The collection of my precious dotfiles. The collection of my precious dotfiles.
## Installation ## 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. This should install all dependencies and create symlinks to all needed files.
## Customization ## 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/`. 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... ## Thanks To...