Coder Social home page Coder Social logo

rcs's Introduction

This is for setting up a new OSX installation. I stopped including info about IDEs, because it can get long and changes all the time anyways. My old MacVim setup and files are left here for posterity, in the old/ folder. Keep in mind they will only work with Powerline fonts for Inconsolata (free fonts that are just one quick google away.)

Steps for a new OSX installation:

  1. Install homebrew via the website (you curl a url)
  2. Install iterm2 via brew.
  3. Go to iterm2 preferences and set appearance theme to Minimal.
  4. Go to iterm2 preferences > advanced and set tab outline to a smaller value.
  5. At https://iterm2colorschemes.com/, find a color scheme to use and curl it like this: 
(curl -Ls https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/lovelace.itermcolors > /tmp/lovelace.itermcolors && open /tmp/lovelace.itermcolors)
  6. Install zsh: 
brew install zsh
 then sudo vi /etc/shells and add /opt/homebrew/bin/zsh to the list. Then 
chsh -s /opt/homebrew/bin/zsh
  7. Restart shell and check you’re in the homebrew zsh (echo $SHELL)
  8. Install oh-my-zsh and zplug via homebrew.
  9. brew install pure
  10. Replace the generated .zshrc with the one in this file
  11. When prompted to install, hit yes, then close out the prompt and reopen.
  12. All set! Now you can install fonts, .vimrc, etc.

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.