Skip to content

Instantly share code, notes, and snippets.

@freejoe76
Last active October 24, 2018 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freejoe76/54da354f9d086a5d9133a20213837450 to your computer and use it in GitHub Desktop.
Save freejoe76/54da354f9d086a5d9133a20213837450 to your computer and use it in GitHub Desktop.
What I did when I got a new mac laptop

What I did when I got a new mac laptop

August 2018

Install stuff

Install these programs

  • iTerm2
  • Firefox
    • Plugin: WebDeveloper
  • Opera
  • Chrome
    • Plugin: Quick Javascript Switcher
  • Slack

Add these repos

  • My dotfiles
    • Symlink the .bash and the .vim files in there to the home directory

Install this command-line business

  • Homebrew
  • Vim stuff:
    • mkdir ~/.vim/tmp
    • git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    • git clone https://github.com/flazz/vim-colorschemes.git; mv vim-colorschemes/colors ~/.vim/
  • Geospatial commands brew install gdal
  • install pip
    • curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py
  • pip3 install virtualenvwrapper
  • brew install wget
  • If not already in the .bashrc:
    • alias stat="stat -x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment