GithubHelp home page GithubHelp logo

.dotfiles's Introduction

.dotfiles

Usage

This assumes you're using some version of macOS.

First brew install the following:

brew install make
brew install tmux
brew install vim
brew install ack
brew install reattach-to-user-namespace

From within this cloned repository run:

make all
make vimplugins

If you don't already have a ~/.bash_profile create it. Add to it:

source .bashrc

To install YCM run:

cd resources/vim/bundle/YouCompleteMe
git submodule update --init --recursive;
./install.py --tern-completer

.dotfiles's People

Contributors

colinkahn avatar

Watchers

 avatar

.dotfiles's Issues

List of useful VIM plugins

Name Repo Clone
CtrlP https://github.com/ctrlpvim/ctrlp.vim git clone [email protected]:ctrlpvim/ctrlp.vim.git
CtrlP Modified https://github.com/jasoncodes/ctrlp-modified.vim git clone [email protected]:jasoncodes/ctrlp-modified.vim.git
Delimit Mate https://github.com/Raimondi/delimitMate git clone [email protected]:Raimondi/delimitMate.git
UltiSnips https://github.com/SirVer/ultisnips git clone [email protected]:SirVer/ultisnips.git
Darcula Colorscheme https://github.com/blueshirts/darcula git clone [email protected]:blueshirts/darcula.git

Updates

  • make all should really run all commands
  • brew install tmux, reattach-to-user-namespace, tig
  • fix make ycm

Bunch of updates

  1. YCM doesn't build on Mavericks, should figure out why.
  2. TMUX 1.9a requires overriding several bindings to get windows / panes / splits to open using the same directory
  3. tig 2.0.1 doesn't allow < in the .tigrc, so you now need <LT>
  4. tig also renamed branches to refs, and changed the binding to view it to r, but this can be changed by binding H to the view-refs action

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.