Git Product home page Git Product logo

dotfiles's Introduction

Install

On a sparkling fresh installation of macOS:

  1. sudo softwareupdate -i -a # update all software
  2. xcode-select --install # install command line tools

Install the dotfiles with Git:

Clone with Git

  1. git clone https://github.com/jaredvogt/dotfiles.git ~/dotfiles
  2. ~/dotfiles/install.sh Sets up links from this repo into home directory
  3. ~/dotfiles/install/brew.sh Installs brew first - and then all the brew apps
  4. ~/dotfiles/install/bash.sh Installs the latest shell via brew and updates all appropriate stuff
  5. cd ~/; git clone https://github.com/JaredVogt/vimrc; ./vimrc/linkFiles.sh Clones vimrc repo and sets up lines. Run vim/macvim to install plugins etc.
  6. cd ~/Downloads; git clone https://github.com/powerline/fonts; ./fonts/install.sh Grab powerline fonts and install them
  7. curl -L https://iterm2.com/misc/install_shell_integration.sh | bash Load iTerm shell integration
  8. Install Appstore apps with mas
  9. Install mac gui apps with brew cask

Directory Logic

  • runcom/ - shell setup
  • macos/ - mac specific settings
  • system/ - additional config info
  • install/ - installation scripts

Random Notes

  • bundle. brew bundle dump drops out a file that can be used to load up all brew (and mas) apps. These can be loaded with brew bundle (in the same directory).
  • powerline. This is a complicated one... read this to make sure things done correctly. Will be scripting this one up. Font zip file
  • Inspired by Lars Karpert's article.
  • see dotfile/macos/apps/README.md for details on mackup!
  • On my mac, caps lock is mapped to F19 with Karabiner. To get shift + del to delete a word backwards, make sure that the Keyboard Maestro macro group App - iterm/vim Macros is installed.

NOTE: This is based on webpro's dotfile repo

git clone https://github.com/webpro/dotfiles.git cd dotfiles

There is much to be gleaned from copying this repo!

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.