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

https://github.com/cadubentzen/configs

my configurations files
https://github.com/cadubentzen/configs

tmux ubuntu vim zsh

Last synced: 2 months ago
JSON representation

my configurations files

Awesome Lists containing this project

README

          

# My configuration files

This repository contains my configuration files for vim and (to be organized) oh-my-zsh and tmux.

## Vim

I use the [vim-plug](https://github.com/junegunn/vim-plug) as a plugin manager, so go on and install it before using vim.

## Installation
```
$ ln -s $(pwd)/vimrc ~/.vimrc
$ ln -s $(pwd)/gvimrc ~/.gvimrc
```