Skip to content

btskinner/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the the dotfiles I use on my MacOS machine to make my life easier. They are heavily influenced (read: cut and paste with changes) by Mathias Bynens' dotfiles repo. Feel free to use mine, but this repo is more for my personal use. See his if you want way more options.

To use

To use these files, just copy theme to your home, ~, directory:

## inside dotfiles/ directory
cp .aliases .bash_profile .bash_prompt .bashrc .exports .gitconfig ~

.extra

Not included in this repo is .extra, which sets up my personal git identity. Right now, it looks like this (with my personal information substituted in the <>):

# name
GIT_AUTHOR_NAME="<first name> <last name>"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"

# email
GIT_AUTHOR_EMAIL="<email address>"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

Zenburn theme

The PS1 prompt color scheme in .bash_prompt is based on the Zenburn theme, which I use with both Emacs and terminal. The terminal version can be downloaded here.

Releases

No releases published

Packages

No packages published

Languages