Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.56 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.56 KB

Development Environment Setup

A collection of my favorite settings.

0 - Git

sudo apt install -y git
git clone [email protected]:hanntonkin/dev_setup.git
<!-- . dev_setup/ubuntu/setup_git.sh -->

1 - Ubuntu

Tested on Ubuntu 16.04 LTS.

sudo ./dev_setup/ubuntu/setup.sh
  • System tools: Terminator, OpenSSH, Vim
  • ROS Kinetic
. dev_setup/ros/install_ros.sh

2 - MacOS

./dev_setup/osx/macos_setup.sh
  • Tools: homebrew, iTerm2
  • Productivity: Sublime, Latex, Mendeley, Dropbox, Spectacle, Macdown, MS office
  • Communication: Chrome, Skype, Slack, WhatsApp, MS Outlook
  • Settings: system, finder, autocorrection, iTerm2 (minimal, Lucario)
  • Coding: C++ (brew install eigen, cmake); Python (conda)

3 - Editor Sublime Text

  • Themes: Predawn, Material Theme
  • Python: BracketHighlighter, Anaconda
  • C++: Clang Format