|
2 years ago | |
---|---|---|
bin | 5 years ago | |
etc | 5 years ago | |
git-extras | 7 years ago | |
home | 2 years ago | |
terminal | 5 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
README.md | 4 years ago | |
bootstrap.sh | 4 years ago | |
install.sh | 5 years ago | |
osx.sh | 5 years ago | |
symlink-dotfiles.sh | 4 years ago |
Colourful & robust OS X and Linux configuration files and utilities for web development. Forked from Paul Miller's dotfiles and modified for ease of use. Quickly bootstrap your system with the goods you need to succeed.
It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.
~/Development
directory with dotfiles recursively cloned for easy upkeep.DS_Store
is an abomination and must be stoppedtop
z
to allow jumping between directoriesrm
moves file to the OS X trashextract archive.tar.bz
— unpack any archive (supports many extensions)ram safari
— show app RAM usageopenfiles
— real-time disk usage monitoring with dtrace
.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 http://site/v1/api.json | json
- pretty-print JSONaes-enc
, aes-dec
- safely encrypt files.git log
, git graph
rerere
for easier rebasinggcp
for fast git 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..gitconfig
for your GitHub accountbootstrap.sh
, install.sh
and customize to your likingnvm
once terminal restartednvm i node && nvm alias default node
or, for a specific Node version:nvm i v0.10.32 && nvm use v0.10.32
--global
username and email in Git.When ready run the installer, replacing username
with your own once repo is forked customized:
curl --silent https://raw.githubusercontent.com/username/dotfiles/master/install.sh | sh
Where username
is your GitHub username.
bin
— files that are symlinked to any directory with binaries in $PATH
etc
— various stuff like OS X text substitutions / hosts backupgit-extras
— useful git functions, defined in home/gitconfig
home
— files that are symlinked to $HOME
directoryterminal
— terminal theme & promptterminal/paulmillr.terminal
.chsh -s /bin/zsh
.etc/hosts
to system’s /etc/hosts
.The MIT license.
Copyright (c) 2015-2016 Josh Habdas (https://habd.as)
Copyright (c) 2013 Paul Miller (http://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.