Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wallacyyy/dotfiles

VIM and TMUX config files.
https://github.com/wallacyyy/dotfiles

dotfiles neovim tmux viml

Last synced: 14 days ago
JSON representation

VIM and TMUX config files.

Awesome Lists containing this project

README

        

dotfiles
========

Install neovim:
[https://github.com/neovim/neovim/wiki/Installing](https://github.com/neovim/neovim/wiki/Installing)

Install tmux:
[https://github.com/ThomasAdam/tmux/blob/master/README](https://github.com/ThomasAdam/tmux/blob/master/README)

```
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.nvim/bundle/Vundle.vim
$ cd ~
$ git init
$ git remote add origin [email protected]:wallacyyy/dotfiles.git
$ git pull origin master
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.nvim/bundle/Vundle.vim
$ brew install reattach-to-user-namespace

:PluginInstall
```