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

https://github.com/tretapey/dotfiles

My dot files
https://github.com/tretapey/dotfiles

dotfiles tmux vim vimrc

Last synced: 5 months ago
JSON representation

My dot files

Awesome Lists containing this project

README

          

# dotfiles

Starting my list of dotfiles and others

## Files and Instructions

### neovim

Install neovim

Copy the `nvim` into `~/.config` and enjoy

For grep search you need to have installed ripgrep `brew install ripgrep` for macos

#### ---- DEPRECATED ---

### vimrc (dotfile)

Install VIM with your package manager.

Create/Copy vimrc file (I use VIM): `vim ~/.vimrc`

### init.vim

Install neovim with package manager

Create/Copy init.vim into `~/.config/nvim/init.vim`

Optional install coc.vim for completion and github copilot for IA help.

### install.sh (bash script)

This script will install your vim plugins

Create pack folder: `mkdir ~/.vim/pack`

Put install.sh file into that folder

Give permissions: `chmod +x ~/.vim/pack/install.sh`

Run script: `~/.vim/pack/install.sh`

NOTE: Every time you want to update your plugins run the script again.