.dotfiles/README.md

19 lines
800 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/zsh/`.
2018-12-06 20:04:35 +01:00
## Thanks To...
@Jidbo for his dotfiles and nvim configurations.
And the great macos realted configs and scripts from Dries Vints (@driesvints) which many parts are heavily copied from. See (https://github.com/driesvints/dotfiles).
Also thanks to @djfhe for his initial customizations of the macos dotfiles.