2018-11-25 15:33:05 +00:00
|
|
|
This repository contains my personal dotfiles. All dotfiles are managed by [dotdrop](https://github.com/deadc0de6/dotdrop).
|
2018-05-14 21:31:50 +00:00
|
|
|
|
|
|
|
## Installation
|
2018-11-25 15:33:05 +00:00
|
|
|
In order to install all dotfiles, run:
|
2018-05-14 21:31:50 +00:00
|
|
|
```bash
|
2018-11-25 15:33:05 +00:00
|
|
|
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
|
2018-05-14 21:31:50 +00:00
|
|
|
```
|
|
|
|
|
2018-11-25 15:33:05 +00:00
|
|
|
## Prerequisites
|
|
|
|
Below, a list of applications that are managed and of their prerequisites to make full use of all configuration.
|
2018-05-14 21:31:50 +00:00
|
|
|
```
|
2018-11-25 22:44:45 +00:00
|
|
|
- ZSH
|
|
|
|
oh-my-zsh (automatically fetched by dotdrop)
|
2019-05-10 12:46:32 +00:00
|
|
|
ripgrep
|
2018-11-25 15:33:05 +00:00
|
|
|
- tmux
|
2018-11-26 11:08:25 +00:00
|
|
|
acpi
|
2018-11-25 15:33:05 +00:00
|
|
|
- neovim
|
2018-11-25 22:44:45 +00:00
|
|
|
plug (automatically fetched by dotdrop)
|
2018-11-25 15:33:05 +00:00
|
|
|
fonts-powerline
|
|
|
|
exuberant-ctags
|
|
|
|
cmake
|
|
|
|
clang
|
|
|
|
rust
|
|
|
|
jupyter
|
2018-05-14 21:31:50 +00:00
|
|
|
```
|