Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esemesek/dotfiles

dotdotdotfiles
https://github.com/esemesek/dotfiles

Last synced: 24 days ago
JSON representation

dotdotdotfiles

Awesome Lists containing this project

README

        

# Welcome to my vim and tmux configuration
# TODO:
* Add better support for buffers
* Consider adding ack.vim and Buffergator
### How to install?
* Install [Vundle]
```bash
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
* Clone this repository and copy configuration files into your home folder
```bash
$ git clone https://github.com/Esemesek/config.git
$ cp config/.gitconfig config/.tmux.conf config/.vimrc .
```
* Install vim plugins
```bash
$ vim +PluginInstall
```

* Install YouCompleteMe. Instructions: https://github.com/Valloric/YouCompleteMe

* Cleanup cloned repository
```bash
$ rm -rf config/
```
### Font
Additionally, I use [Fantasque font] in my terminal for nicer feel.
[Fantasque font]: https://github.com/belluzj/fantasque-sans
[Vundle]: https://github.com/VundleVim/Vundle.vim