Coder Social home page Coder Social logo

osx-setup's Introduction

My Mac OSX Setup

This is documentation for my future self. Describes the tools that I use in my daily work and how to install/configure them in a computer with MAC OSX.

Shell

I work with zsh, the default shell in Mac OSX. I use Oh My Zsh to manage its configuration, plugins and themes. You have to install Oh My Zsh via command line as follows:

> sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

To make my shell a little bit prettier I use the free version of Dracula Theme. To install dracula zsh theme using Oh My Zsh run these commands one by one:

> git clone https://github.com/dracula/zsh.git dracula-zsh
> DRACULA_ZSH_THEME=$PWD/dracula-zsh
> ln -s $DRACULA_ZSH_THEME/dracula.zsh-theme ~/.oh-my-zsh/themes/dracula.zsh-theme

And finally you have to activate the dracula theme by going to your ~/.zshrc file and set ZSH_THEME="dracula".

Script

A script to get most of the tools installed at once.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# terminal
brew cask install iterm2

# code editors
brew cask install visual-studio-code
brew cask install intellij-idea-ce
brew cask install macdown

# command line utilities
brew install bat
brew install tree
brew install wget
brew install trash

# JS Development
brew install node

Code editors

Visual Studio Code

Installation

brew cask install visual-studio-code

Extensions

  • Settings Sync. Keep synced all your extensions and setting in all the machines where you use visual studio code.
  • Intellij IDEA keybindings Since I use intellij a lot this extension allows me to use the shortcuts I am already used to.
  • CodeSnap Useful to take screenshots of pieces of our code that we can share as an image.
  • Prettier Code formatter.
  • Bracket Pair Colorizer Highlights brackets with colors.

Themes

  • Dracula
  • Monokai Pro

Build tools

Gradle

brew install gradle

osx-setup's People

Watchers

 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.