Skip to content

Configuration stuff to customize a new machine the way I like it. bashrc, some application settings, etc.

Notifications You must be signed in to change notification settings

lukfugl/infrastructure

Repository files navigation

the Desert.itermcolors comes from https://github.com/mbadolato/iTerm2-Color-Schemes

SSH

run ssh-keygen

provide ~/.ssh/id_rsa.pub to ops

provide ~/.ssh/id_rsa.pub to GitHub

provide ~/.ssh/id_rsa.pub to Gerrit

Install

Setup

  • janus

    git clone https://github.com/carlhuda/janus.git $HOME/.vim
    cd $HOME/.vim && rake
  • homebrew

    NOTE: May already be present in base install.

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    sudo chown -R <user> /usr/local
  • rbenv, ruby-build, libxmlsec1, node

    brew install rbenv ruby-build libxmlsec1 node
  • redis

    brew install redis
    ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
  • cassandra (with python for pip)

    Brew can't seem to keep a consistently good version of cassandra formulated. And now they're removed brew version. So just do whatever you need to to get cassandra installed. :p For now I'm using https://github.com/lukfugl/homebrew-cassandra-tap:

    brew tap https://github.com/lukfugl/homebrew-cassandra-tap
    brew install lukfugl/cassandra-tap/cassandra
    pip install cql
    ln -sfv /usr/local/opt/cassandra/*.plist ~/Library/LaunchAgents
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.cassandra.plist

    Thanks to Nick Cloward for the formula.

  • postgresql

    brew install postgresql
    ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
  • infrastructure

    git clone [email protected]:lukfugl/infrastructure.git $HOME/.infrastructure
    $HOME/.infrastructure/restore
  • rails, bundler

    The preceding infrastructure restore should have sourced the restored .bashrc, but in case it didn't make sure rbenv is active when installing these gems:

    gem install rails bundler
    rbenv rehash

iTerm

import "Desert" color theme from ~/Library/Application Support/iTerm

select "Desert" color theme

About

Configuration stuff to customize a new machine the way I like it. bashrc, some application settings, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages