hanntonkin / dev_setup

Development environment setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Environment Setup

A collection of my favorite settings.

0 - Git

sudo apt install -y git
git clone git@github.com: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

About

Development environment setup

License:MIT License


Languages

Language:Vim Script 54.9%Language:Shell 42.9%Language:Dockerfile 1.4%Language:CMake 0.7%Language:C++ 0.1%