chancock09 / dev-machine

Workstation setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Machine

A mostly-painless workstation setup.

Scripted Setup

cd ~

# Additional Laptop setup.  Chrome, Sublime, Docker, etc
curl --remote-name https://raw.githubusercontent.com/chancock09/dev-machine/master/.laptop.local

# Personal Dotfiles
curl --remote-name https://raw.githubusercontent.com/chancock09/dev-machine/master/dofiles-local

# Laptop
curl --remote-name https://raw.githubusercontent.com/thoughtbot/laptop/master/mac
less mac
sh mac 2>&1 | tee ~/laptop.log

# Dotfiles
git clone git://github.com/thoughtbot/dotfiles.git ~/dotfiles
brew tap thoughtbot/formulae
env RCRC=$HOME/dotfiles/rcrc rcup

# Oh My Zsh (Set the avit theme in .zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# Setup /dev directory
mkdir ~/dev
git clone https://github.com/chancock09/dev-machine.git ~/dev

Manual Stuff

Setup iterm colors

  1. navigate: iterm -> profiles -> edit -> colors -> color presets -> import
  2. import: themes/DimmedMonokai.itemcolors
  3. set font: Isoveka

Sublime

Copy Preferences.sublime-settings to sublime

Alfred

Shortcut
  1. Set shortcut to cmd+space
  2. Disable spotlight shortcut
Workflows
  1. Github
  2. Simple Timer
  3. Evernote
  4. Slack
  5. Chrome Tabs
  6. Trello

Dash

Open Dash and go to Preferences > Integration > Alfred

AWS

Configure AWS CLI

Other Installs

  • OneNote
  • iaWriter

Apple Configs

Run the file in apple-configs/. Also auto-hide top dock.

Update Dotfiles

env RCRC=$HOME/dotfiles/rcrc rcup && . ~/.bash_profile

Shoutouts

Thoughtbot makes amazing software.

About

Workstation setup


Languages

Language:Shell 100.0%