Giter Site home page Giter Site logo

developer-mac-setup's Introduction

Mac Setup for Developers

Set of Scripts and Documentation to setup Mac as Development Environment

SSH setup

mkdir ~/.ssh 
sh -c 'curl -s https://raw.githubusercontent.com/karolinachalupova/developer-mac-setup/master/ssh-config >> ~/.ssh/config'
ssh-keygen -t ed25519 -C "[email protected]" # nagenerovat ke vsem uctum z configu a ulozit pod ~/.ssh/ed25519_<SUFFIX> se suffixem podle configu
eval "$(ssh-agent -s)"
ssh-add --apple-use-keychain ~/.ssh/id_ed25519_<SUFFIX> # pro vsechny ucty z configu
pbcopy < ~/.ssh/id_ed25519_<SUFFIX>.pub # pridat SSH klic v githubim Profile -> Settings -> SSH

XCode

xcode-select --install

Clone this repo

mkdir ~/Projects
cd ~/Projects
mkdir personal
cd personal
git clone [email protected]:karolinachalupova/developer-mac-setup.git

Prerequisite

  • Comment/Uncomment tools in the macSetup.sh script per your need.

Make sure Script has Execution Permission

cd ~/Projects/personal/developer-mac-setup
chmod +x macSetup.sh
sudo chown kaja /usr/local/bin/

Execute Script to begin Setup

yes | ./macSetup.sh

Terminal font

yes | p10k configure

The font downloads automatically.

Manual steps

  • select terminal Solarized Dark color preset: Iterm2 -> Settings -> Profiles -> Colors -> Color Presets -> Solarized Dark
  • enable infinite scrolling in terminal: Iterm2 -> Settings -> Profiles -> Terminal -> Unlimited scrollback
  • add statusbar to terminal: Iterm2 -> Settings -> Profiles -> Sesstion -> Status bar enabled -> Configure Status Bar
  • turn off keyboard typing auto-corrections -> System Preferences -> Keyboard Settings -> Text Input -> Edit -> vsecko povypinat
  • mkdir ~/Pictures/Screenshots # automaticky se tam budou ukladat

General Configurations & Aliases

  • Git Config
  • Global Git Ignore
  • Mac Screenshot Config
  • Git Aliases
  • Docker Aliases
  • K8s Aliases

Install Browsers

Install HashiCorp Tools

Install Virtualization Tools

Install IDEs (Intellij, Visual Studio, Visual Studio Code, Android Studio)

Install important Visual Studio Code Extensions

If you want to add any new extension besides all the ones listed below then update vscode-extensions.txt before executing script.

Install AWS Tools

Install Developer Utilities

Install Language SDKs/Platforms

Install Database Tools

Install Productivity Tools

Resources

developer-mac-setup's People

Contributors

karolinachalupova avatar maxyermayank avatar justintm 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.