update readme
This commit is contained in:
parent
004a01a005
commit
26fdd1ea67
1 changed files with 9 additions and 13 deletions
22
README.md
22
README.md
|
@ -1,16 +1,12 @@
|
||||||
# My Dotfiles
|
# My Dotfiles
|
||||||
The collection of my dotfiles
|
The collection of my precious dotfiles.
|
||||||
|
|
||||||
## Dependencies
|
## Installation
|
||||||
Everything should work without any of these depencies but it's not as fun.
|
To install run this command:
|
||||||
- zsh
|
```
|
||||||
- vim
|
git clone https://github.com/jidbo/.dotfiles ~/; cd ~/.dotfiles; ./install
|
||||||
- git
|
```
|
||||||
- oh-my-zsh
|
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`.
|
||||||
- fzf
|
|
||||||
- silver_searcher
|
|
||||||
- powerline-fonts
|
|
||||||
- tmuxinator
|
|
||||||
|
|
||||||
## Usage
|
## Customization
|
||||||
If you have extra setup tasks, you can put them in `.localcommands`.
|
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/`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue