Giter VIP home page Giter VIP logo

minim-dots's Introduction

minim-dots

macOS development environment setup dedicated mostly to iOS developers.

Introduction

The goal of minim-dots is to simplify development setup on new machine which can be very time consumption and manual process. I was trying to keep overall minimalist setup - mostly for iOS developer.

You are more than welcome to fork this repository and adjust the apps, tools and settings to your needs.

Feel free to give your feedback, let's make this project better together!

Usage

$ ./.install bootstrap osxprep brew macos gems

Scripts

  • install.sh
    • Runs specified scripts
  • bootstrap.sh
    • Syncs dot files and scripts to your local home directory ~
  • osxprep.sh
    • Updates OS X and installs Xcode command line tools
  • brew.sh
    • Installs Homebrew and apps
  • osx.sh
    • Sets up OS X defaults
  • gems.sh
    • Installs gems

Tools and Applications

  • Homebrew
  • Homebrew Cask
  • Python
  • Ruby and rbenv
  • Docker
  • Carthage
  • Swiftlint
  • Mitmproxy
  • Cocoapods
  • Bundler
  • Fastlane
  • Hyper
  • Firefox
  • Brave
  • Java
  • Slack
  • Visual Studio Code
  • Sourcetree
  • Tidal
  • Spotify
  • Bear

Hyper

  1. Install oh-my-zsh
  2. Install powerlevel9k
  3. Install nerd-fonts
  4. Install zsh-syntax-highlighting
  5. Install zsh-autosuggestions
  6. Install z tool to quickly jump between projects

Visual Studio Code

  1. Modify user's settings
{
    "terminal.integrated.shell.osx": "/bin/zsh",
    "terminal.integrated.fontFamily": "MesloLGL Nerd Font Mono",
    "terminal.integrated.rendererType": "dom",
    "editor.minimap.enabled": false,
    "editor.fontLigatures": true,
    "editor.fontWeight": "500",
    "workbench.colorTheme": "Andromeda Colorizer",
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorCustomizations": {
        "editor.background": "#1e1e1e",
        "titleBar.activeBackground": "#1e1e1e",
        "editorGroup.dropBackground": "#1e1e1e",
        "editorGroupHeader.tabsBackground": "#1e1e1e",
        "tab.border": "#1e1e1e",
        "tab.inactiveBackground": "#1e1e1e",
        "sideBar.background": "#1e1e1e",
        "activityBar.background": "#1e1e1e",
        "editor.foreground": "#ffffff",

        "statusBar.background": "#1e1e1e",
        "statusBar.debuggingBackground": "#FC644D",
        "statusBar.noFolderBackground": "#1e1e1e",
        "statusBarItem.activeBackground": "#00e8c5cc",
        "statusBarItem.hoverBackground": "#07d4b5b0",
        "statusBarItem.prominentBackground": "#07d4b5b0",
        "statusBarItem.prominentHoverBackground": "#00e8c5cc",
    },
    "window.zoomLevel": 1,
}
  1. code alias support

If you hit $ code: command not found, launch VS Code, open the Command Palette (โ‡งโŒ˜P) and type shell command to find the Shell Command: Install 'code' command in PATH command.

Credits

This repository builds on amazing work from:

Thank you so much for your effort guys ๐Ÿ™

License

The MIT License (MIT)

minim-dots's People

Contributors

mollyiv avatar

Stargazers

 avatar

Watchers

 avatar  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.