Forked from Mathias Bynens’ set.
NOTE: While the initial dotfiles setup here can be run on its own, it is automatically included in my Setup script.
Grab this set of dotfiles and run it for the first time.
$ git clone https://github.com/matthewmcvickar/dotfiles.git && cd dotfiles && ./build_dotfiles.sh --force
When updating dotfiles thereafter, run:
$ dots
(This is an alias of bash ~/Sites/matthewmcvickar/dotfiles/build_dotfiles.sh --force
, defined in ~/.aliases
.)
.ackrc
: Forack
, which is superior togrep
..wgetrc
: wget configuration.
.aliases
.bash_profile
.bash_prompt
.bashrc
.exports
.functions
.hushlogin
: Presence of this file disables junk displayed on Terminal launch/login..inputrc
: Configuration for bash readline..screenrc
: Disables startup message.
.gitattributes
.gitconfig
.gitignore
When setting up a new OS X computer.
Set OS X defaults:
$ bash ~/.osx
Grab basics from Homebrew and native apps from Cask:
$ brew bundle ~/Brewfile
$ brew bundle ~/Caskfile