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

https://github.com/altescy/dotfiles

💻 My configuration files for neovim, zsh, tmux, and so on.
https://github.com/altescy/dotfiles

anyenv clang coc-nvim dotfiles golang language-server-protocol neovim python rust starship tmux zsh

Last synced: 12 days ago
JSON representation

💻 My configuration files for neovim, zsh, tmux, and so on.

Awesome Lists containing this project

README

        

dotfiles
========

[![Actions Status](https://github.com/altescy/dotfiles/workflows/build/badge.svg)](https://github.com/altescy/dotfiles)
[![Supported Platform](https://img.shields.io/badge/platform-linux%20%7C%20osx-red)](https://github.com/altescy/dotfiles)

![Neovim screenshot](https://user-images.githubusercontent.com/16734471/130642570-b594ddaf-186a-42b3-9786-e6a2f38b39b5.png)

## Install

Install `brew` via following command.

```bash
make brew
```

Install applications and set up dotfiles via:

```bash
make
```

## Docker

You can use this environment on Docker.

```bash
make docker DOCKER_USERNAME=username DOCKER_PASSWORD=password
```