.dotfiles/README.md

13 lines
720 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.
2019-01-19 16:34:57 +01:00
2019-12-12 00:16:26 +01:00
## Installation
To install run this command:
```
git clone https://github.com/jidbo/.dotfiles ~/; cd ~/.dotfiles; ./install
```
This should install all dependecies and create symlinks to all needed files. The only thing that you have to setup on your own is `nvim`.
2019-01-19 16:34:57 +01:00
2019-12-12 00:16:26 +01:00
## Customization
It is possible to load your own zsh-plugins and other commands you want to execute in the `.zshrc`. To add zsh-plugins add a `plugins` file to `~/.dotfiles/shell/`. An example is provided in `~/.dotfiles/shell/plugins.example`. The same thing applies to commands you want to execute in on shell startup, just add a `localcommands` file with your commands in `~/.dotfiles/shell/`.