AmeyKamat / system_setup

Setup for my workstation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Setup

This repository consists of the scripts and configuration that I use on my workstation.

Instructions

ln -s .bashrc ~/.bashrc
ln -s .vim/.vimrc ~/.vimrc

mkdir ~/.vim/bundle
cd ~/.vim/bundle

git clone https://github.com/preservim/nerdtree.git
git clone https://github.com/kien/ctrlp.vim.git

About

Setup for my workstation


Languages

Language:Shell 81.7%Language:Vim Script 18.3%