fix(readme): wrong clone destination
This commit is contained in:
parent
d4acb95e36
commit
d28f4e5cfb
1 changed files with 7 additions and 2 deletions
|
@ -1,14 +1,19 @@
|
|||
# My Dotfiles
|
||||
|
||||
The collection of my precious dotfiles.
|
||||
|
||||
## Installation
|
||||
|
||||
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...
|
||||
|
|
Loading…
Add table
Reference in a new issue