Giter Site home page Giter Site logo

timbers2 / .files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from finbarrtimbers/.files

0.0 1.0 0.0 828 KB

My dotfiles config; recently updated to be more modular.

R 0.11% Shell 45.38% Emacs Lisp 39.24% TeX 1.50% Perl 1.02% Clojure 0.06% Python 12.62% Ruby 0.06%

.files's Introduction

Finbarr’s dotfiles

Inspired by https://github.com/mathiasbynens/dotfiles.

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

brew bundle ~/Brewfile

Install gtest

  1. Get the googletest framework

$ wget http://googletest.googlecode.com/files/gtest-1.7.0.zip

  1. Unzip and build google test

$ unzip gtest-1.7.0.zip $ cd gtest-1.7.0 $ ./configure $ make

  1. "Install" the headers and libs on your system.

$ sudo cp -a include/gtest /usr/include $ sudo cp -a lib/.libs/* /usr/lib/ gTestframework is now ready to use. Just don't forget to link your project against the library by include -lgtest in the compile command, e.g.

g++ -lgtest -o test test.cpp

.files's People

Contributors

finbarrtimbers avatar

Watchers

James Cloos avatar

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.