dotfiles/README.md
Dennis Potter 1f21054aad
Changed nvim settings and added rustgrep
Added a better performing grep alternative to my zshrc. Added a Verilog
and SystemVerilog linter to nvim. Removed auto startup of Markdown
preview.
2019-05-10 14:46:32 +02:00

32 lines
762 B
Markdown

This repository contains my personal dotfiles. All dotfiles are managed by [dotdrop](https://github.com/deadc0de6/dotdrop).
## Installation
In order to install all dotfiles, run:
```bash
git clone https://git.dennispotter.eu/Dennis/dotfiles
cd dotfiles
git submodule init
git submodule update
sudo pip3 install -r dotdrop/requirements.txt
./dotdrop/bootstrap.sh
./dotdrop.sh --cfg=config.yaml install
```
## Prerequisites
Below, a list of applications that are managed and of their prerequisites to make full use of all configuration.
```
- ZSH
oh-my-zsh (automatically fetched by dotdrop)
ripgrep
- tmux
acpi
- neovim
plug (automatically fetched by dotdrop)
fonts-powerline
exuberant-ctags
cmake
clang
rust
jupyter
```