https://github.com/mokevnin/dotfiles
using vim
https://github.com/mokevnin/dotfiles
dotfiles nvim tmux vim
Last synced: 20 days ago
JSON representation
using vim
- Host: GitHub
- URL: https://github.com/mokevnin/dotfiles
- Owner: mokevnin
- Created: 2014-06-13T06:08:12.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T13:40:12.000Z (about 1 month ago)
- Last Synced: 2025-03-31T22:18:15.923Z (27 days ago)
- Topics: dotfiles, nvim, tmux, vim
- Language: Lua
- Homepage: http://guides.hexlet.io/vim/
- Size: 2.34 MB
- Stars: 409
- Watchers: 31
- Forks: 72
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
* Linux or Mac
* git (for automatic installation)
* make (for automatic installation)
* [Nvim](https://github.com/neovim/neovim/wiki/Installing-Neovim) (version >= 0.4.4)## Recommendations
* [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh)
## Setup
```sh
sh -c "$(wget -O- https://raw.githubusercontent.com/mokevnin/dotfiles/main/install.sh)"# or
git clone [email protected]:mokevnin/dotfiles.git
make install # same when updating# configure nvim
make nvim-configure# install all additional packages for languages (See Makefile for install packages for some language)
make deps-install
```## VIM
https://www.lazyvim.org/
surround
autopairs