.dotfiles/README.md

14 lines
491 B
Markdown
Raw Normal View History

2018-09-13 19:30:06 +02:00
# My Dotfiles
2019-12-12 00:16:26 +01:00
The collection of my precious dotfiles.
2018-12-06 20:04:35 +01:00
2019-12-12 00:16:26 +01:00
## Installation
To install run this command:
2018-12-06 20:04:35 +01:00
```
git clone https://github.com/saibotk/.dotfiles ~/; cd ~/.dotfiles; ./install
2018-12-06 20:04:35 +01:00
```
This should install all dependencies and create symlinks to all needed files.
2019-01-19 16:34:57 +01:00
2019-12-12 00:16:26 +01:00
## 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/`.
2018-12-06 20:04:35 +01:00