Git Product home page Git Product logo

dotfiles's Introduction

dotfiles

This is a collection of dotfiles used for customizing macOS/Linux and setting up the developer tools I use. Clone to your home directory so that the path is ~/.dotfiles/ and symlink the dotfiles to the home directory.

ITerm2

05_01_2017__22_52

Vim

05_01_2017__22_47

Features

  • custom iTerm2 colour scheme and font
  • custom bash/zsh prompt with git and battery
  • bash/zsh configuration
  • bash/zsh aliases
  • git aliases
  • git ignores
  • tmux
  • vim config
  • macOS configs

Installation

$ git clone https://github.com/bmacauley/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ chmod +x install.sh
$ ./install.sh

License

MIT

Author

Brian Macauley
[email protected]

dotfiles's People

Contributors

bmacauley avatar bmacauley-deloitte avatar intelligentpath avatar

Stargazers

Ivan Verevkin avatar Alex Shires avatar James McKeown avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

pnuw

dotfiles's Issues

.gitconfig issue...incorrect email address being used for commits

possible solution:

Git: Using Different User Emails for Different Repositories

UPDATE 2 (2016-08): Philip Seeger wrote in to say that using email = "(none)" will no longer work. Well, it will, but it will actually use (none) as the email address.

Instead – starting with Git 2.8 – you can run the following from the command line to get a per-repo email configured:

Require setting user.name and email per-repo:
$ git config --global user.useConfigOnly true

Remove email address from global config:
$ git config --global --unset-all user.email
From GitHub’s blog post on the 2.8 release:

Now you can tell Git not to guess, but rather to insist that you set user.name and user.email explicitly before it will let you commit.

Multiple personalities in Git

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.