13 lines
491 B
Markdown
13 lines
491 B
Markdown
# My Dotfiles
|
|
The collection of my precious dotfiles.
|
|
|
|
## Installation
|
|
To install run this command:
|
|
```
|
|
git clone https://github.com/saibotk/.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/shell/`.
|
|
|