The dotfiles I use within UNIX environments I work in. Locally, yadm.io is used to manage all files.
Go to file
Dennis Potter 4189523bb5
Added vim bindings to tmux configuration
2019-09-29 16:22:54 +02:00
dotdrop@8559aeb871 Changed nvim settings and added rustgrep 2019-05-10 14:46:32 +02:00
dotfiles Added vim bindings to tmux configuration 2019-09-29 16:22:54 +02:00
.gitignore Fixed an error in the configuration file and added dotdrop.sh to .gitignore 2018-11-25 16:16:32 +01:00
.gitmodules Started to transform neovim repository to a general dotfile repository 2018-11-25 15:29:45 +01:00
README.md Changed nvim settings and added rustgrep 2019-05-10 14:46:32 +02:00
config.yaml Added a second profile and removed a hard coded reference to the home directory 2019-01-22 01:01:15 +01:00

README.md

This repository contains my personal dotfiles. All dotfiles are managed by dotdrop.

Installation

In order to install all dotfiles, run:

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