Colourful & robust OS X configuration files and utilities.
Installation is done with simple command set (see “building system from scratch” for setup of new system):
curl --silent https://raw.githubusercontent.com/paulmillr/dotfiles/master/install.sh | sh
- Create
~/Developer/
- Change default shell to ZSH:
chsh -s /bin/zsh
. - Install XCode.
- Install Hermit font.
- Change Terminal.app theme to
terminal/paulmillr.terminal
(Settings -> Profiles -> Press gear -> Import).
Shell (zsh):
- NO DEPENDENCIES!
- Auto-completion
- Syntax highlighting
- Automatic setting up of terminal tab / window title to current dir
rm
moves file to the OS X trash- A bunch of useful functions:
extract archive.tar.bz
— unpack any archive (supports many extensions)ram safari
— show app RAM usageopenfiles
— real-time disk usage monitoring withdtrace
.loc py coffee js html css
— count lines of code in current dir in a colourful way.ff file-name-or-pattern
- fast recursive search for a file name in directories.curl https://site/v1/api.json | json
- pretty-print JSONaes-enc
,aes-dec
- safely encrypt files.
- Neat git extras:
- Opinionated
git log
,git graph
gcp
for fastgit commit -m ... && git push
git pr <pull-req> [origin]
for fetching pull request branchesgit cleanup
— clean up merged git branches. Very useful if you’re doing github pull requests in topic branches.git summary
— outputs commit email statistics.git release
— save changes, tag commit. If used on node.js project, also push to npm.git url
- opens GitHub repo for current git repo.git-changelog
,git-setup
etc.
- Opinionated
- homesick / homeshick-compatible
bin
— files that are symlinked to any directory with binaries in$PATH
etc
— various stuff like osx text substitutions / hosts backupgit-extras
— useful git functions, defined inhome/gitconfig
. Don't forget to change your git author to a proper name.home
— files that are symlinked to$HOME
directorysublime
— sublime text 2 theme & settingsterminal
— terminal theme & prompt
- Insert proper hosts from
etc/hosts
to system’s/etc/hosts
. - Clone this project (dotfiles RECURSIVELY
--recursive
) and runsh bootstrap-new-system.sh
- Download the Yosemite style Sublime Text icon (instructions on usage are included in download)
- Install Sublime packages with Package Control: "Seti UI"
The MIT license.
Copyright (c) 2013 Paul Miller (https://paulmillr.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.