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

https://github.com/sensorario/newdots

just my own new dot files from scratch
https://github.com/sensorario/newdots

Last synced: 8 months ago
JSON representation

just my own new dot files from scratch

Awesome Lists containing this project

README

          

# Newdots

## Colorscheme

- Colorscheme Dark halloween
- Colorscheme Light blackdust

## Vim

- version required: 8.2 (tested with this version)
- good for html, css, javascript and php

## Plugins

- vim-airline/vim-airline.git
- preservim/nerdtree.git
- Xuyuanp/nerdtree-git-plugin.git
- junegunn/fzf.git
- junegunn/fzf.vim.git
- tpope/vim-fugitive.git/
- airblade/vim-gitgutter.git/
- vim-php/vim-composer.git/

## Install

### Complete installation

Using wget, ...

```bash
bash <(wget -qO- https://raw.githubusercontent.com/sensorario/newdots/master/install.sh)
```

or curl

```bash
source <(curl -s https://raw.githubusercontent.com/sensorario/newdots/master/install.sh)
```

or

```bash
bash <(curl -s https://raw.githubusercontent.com/sensorario/newdots/master/install.sh)
```