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
- Host: GitHub
- URL: https://github.com/tretapey/dotfiles
- Owner: tretapey
- Created: 2018-10-04T15:24:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T19:17:09.000Z (8 months ago)
- Last Synced: 2025-11-04T19:22:03.275Z (8 months ago)
- Topics: dotfiles, tmux, vim, vimrc
- Language: Vim Script
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.