Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mokevnin/dotfiles
using vim
https://github.com/mokevnin/dotfiles
dotfiles nvim tmux vim
Last synced: 3 months ago
JSON representation
using vim
- Host: GitHub
- URL: https://github.com/mokevnin/dotfiles
- Owner: mokevnin
- Created: 2014-06-13T06:08:12.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T11:36:07.000Z (5 months ago)
- Last Synced: 2024-06-22T04:27:52.422Z (5 months ago)
- Topics: dotfiles, nvim, tmux, vim
- Language: Lua
- Homepage: http://guides.hexlet.io/vim/
- Size: 2.3 MB
- Stars: 398
- Watchers: 32
- Forks: 74
- 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