An open API service indexing awesome lists of open source software.

https://github.com/riesinger/dotfiles

My personal dotfiles
https://github.com/riesinger/dotfiles

dotfiles linux neovim termite tmux zsh

Last synced: 4 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

These are the configuration files I apply to most of my machines.

Things that are currently configured:

- Neovim
- ZSH with Starship prompt
- Tmux

## Usage

```sh
git clone --recursive git@github.com:riesinger/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.zsh
```