Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wallacyyy/dotfiles
- Owner: wallacyyy
- Created: 2013-12-26T17:56:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T22:38:35.000Z (over 7 years ago)
- Last Synced: 2023-08-06T00:51:34.084Z (over 1 year ago)
- Topics: dotfiles, neovim, tmux, viml
- Language: Vim script
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```