nmatare / config

configuration files for workstation setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config

Scope

This repository contains configuration files that I use to setup a workstation.

Index

  • .vimrc
  • .bashrc
  • .tmux.conf

Installation

To install run install.sh in your home directory. To startup tmux/vim run project name, where name is the name of your project. This assumes that all your projects are in the home/projects directory.

git clone https://github.com/nmatare/config.git && cd config 
./install.sh
project my_project

Notes

  • Make sure vim-gtk is installed!

About

configuration files for workstation setup


Languages

Language:Vim Script 65.0%Language:Shell 35.0%