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
- Host: GitHub
- URL: https://github.com/sensorario/newdots
- Owner: sensorario
- Created: 2021-07-27T15:36:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T13:18:49.000Z (about 1 year ago)
- Last Synced: 2025-07-05T14:42:08.111Z (12 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)
```