Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esemesek/dotfiles
dotdotdotfiles
https://github.com/esemesek/dotfiles
Last synced: 24 days ago
JSON representation
dotdotdotfiles
- Host: GitHub
- URL: https://github.com/esemesek/dotfiles
- Owner: Esemesek
- Created: 2017-02-12T19:11:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T15:19:01.000Z (about 6 years ago)
- Last Synced: 2024-04-23T09:37:17.420Z (7 months ago)
- Language: Vim script
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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