Code Monkey home page Code Monkey logo

fresh-install's Introduction

My MacOS dev setup

No links are provided since most of the software to download is a search-engine-query away.

Firefox

  • Set as default browser
  • Login in Firefox sync (now with containers)
  • Set DuckDuckGo as default search engine (looks like Firefox conveniently forgets this setting)
  • Unlock Bitwarden key wallet

System

  • Show battery percentage on menu
  • Show Bluetooth icon
  • Mouse: uncheck "Natural scroll"
  • Shortcuts
    • Remove command+arrow to move through spaces
    • Add command to cycle through application windows (Settings / Keyboard / Shortcuts / Keyboard / Show the next window): ⌘ \
  • Install Flycut for multiple clipboards; preferences:
    • General: Launch Flycut on login
    • Appearance: Menu item icon: Black scissors

Brew

Install the Brew package manager

Python

$ brew install python3
$ pip3 install --user pipenv

This is a user installation. If pipenv isn’t available in your shell after installation, you’ll need to add the user base’s binary directory to your PATH.

  1. Get the base path from: python3 -m site --user-base
  2. Open the shell profile file in an editor: vi ~/.zshrc
  3. Add the path to PATH: export PATH=$PATH:<the base path from before>/bin. Notice we added /bin at the end.

Other apps

  • Fork (Git)
  • VSCode
  • Sketch
  • Docker Desktop Community Edition:

VSCode extensions

  • Python
    • Change language server to Pylance (follow instructions)
    • no need for a linter now.
  • DotENV
  • Vetur
  • Django

Setup SSH keys

Fork did that for me. I then copy/pasted the public key in my Github profile.

Node

LTS Version: 14 (until Oct21). Installed with nodenv:

$ brew install nodenv
$ nodenv install 14.16.0
$ nodenv global 14.16.0
$ touch ~/.zshrc

Then add eval "$(nodenv init -)" to .zshrc file.

Font

fresh-install's People

Contributors

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