Code Monkey home page Code Monkey logo

dotfiles's Introduction

Dotfiles Intstallation:

Step 1: cd ~ Step 2: git clone git://github.com/jdpagley/dotfiles

Create symlinks

  • ln -s ~/dotfiles/.vimrc ~/.vimrc

  • ln -s ~/dotfiles/.vim ~/.vim

  • ln -s ~/dotfiles/.gitconfig ~/.gitconfig

  • ln -s ~/dotfiles/.gitignore ~/.gitignore

  • ln -s ~/dotfiles/.bash_profile ~/.bash_profile

Vim Package Loading

  • I use pathogen for package loading: https://github.com/tpope/vim-pathogen.

Theme

Make sure you're in the .vim/bundle directory before running clone commands. Navigate to bundle directory by typing cd .vim/bundle when in the root of the dotfiles directory.

Gruvbox git clone https://github.com/morhetz/gruvbox.git;

Installing Plugins

Make sure you're in the .vim/bundle directory before running clone commands. Navigate to bundle directory by typing cd .vim/bundle when in the root of the dotfiles directory.

Fugitive: git clone [email protected]:tpope/vim-fugitive.git fugitive

Polygot (Enhanced Syntax Highlighting): git clone https://github.com/sheerun/vim-polyglot.git

Ctrlp: git clone [email protected]:kien/ctrlp.vim.git ctrlp

EditorConfig: git clone [email protected]:editorconfig/editorconfig-vim.git editorconfig

JSON: git clone [email protected]:elzr/vim-json.git json

Jade: git clone [email protected]:digitaltoad/vim-jade.git jade

Rename: git clone [email protected]:danro/rename.vim.git rename

Stylus: git clone [email protected]:wavded/vim-stylus.git stylus

Coffee Script: git clone https://github.com/kchmck/vim-coffee-script.git

NERDtree: git clone https://github.com/scrooloose/nerdtree.git nerdtree

NERDtreeTabs: git clone https://github.com/jistr/vim-nerdtree-tabs.git nerdtreetabs

System-Copy: git clone [email protected]:christoomey/vim-system-copy.git

dotfiles's People

Contributors

jdpagley avatar

Watchers

 avatar

Forkers

jeremypagley

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.