Giter Site home page Giter Site logo

dotfiles's Introduction

Dotfiles

Kit Pearson 2015 - 2020


Welcome to Kit Pearsons dotfiles. Theses dotfiles contain everything needed to set up a Mac from scratch. The install/setup is broken up into a few sections.

  • Initial set up and install of basic tools
  • Install a complete set of applications

Set up a new machine by running Thoughtbot's laptop script.

This repo includes a Brewfile with a fairly extensive list of apps. Read it through and edit it before running the setup script.

To get a handle on what is about to be changed and installed on your machine look at Thoughtbot's laptop] project, and .laptop.local in the root of this repo. There is also script (macos) which directly configures the MacOS environment. By default it does not run. To enable it run the script with --macos-config argument.

Before running the setup script on a new machine you'll need to manually login to the Apple app store so that Homebrew's cousin mas will work.

Run the whole shabang with:

curl --remote-name https://raw.githubusercontent.com/kpearson/dotfiles/master/setup && \
chmod 755 setup && \
./setup --mac-config

Gotchas

git-aliases fix

Homebrew doesn't have an option to install git without completions. These completions conflict with the completions in the git-aliases plugin. To resolve this simply remove the _git symlink in the zsh_site-functions.

Confirm the location of site_functions:

brew info git

Remove the file:

rm /usr/local/share/zsh/site-functions/_git

The above is taken care of in the setup script(.laptop.local).

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.