Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.34 KB

readme.md

File metadata and controls

51 lines (27 loc) · 1.34 KB

kdi::dotfiles

This is the common configuration files on the machines of developers at K&D interactive

Also contains the executable 'kdi' which encapsulates common procedures.

Some common and useful aliases

Easier navigation:

.. = "cd .."

... = "cd ../.."

.... = "cd ../../.."

..... = "cd ../../../.."

GIT STUFF

g = "git"

undopush = "git push -f origin HEAD^:master"

Node.js

nose = "sudo node server.js"

node-env = "export NODE_ENV=$1 | echo Node environment set to $1"

Enhanced WHOIS lookups

whois = "whois -h whois-servers.net"

myip = "ifconfig | grep inet | grep -v 127.0.0.1 | cut -d\ -f2"

Less commands

lesscss = "lessc assets/less/main.less assets/css/main.css"

lessmin = "lessc -x assets/less/main.less assets/css/main.min.css"

For a complete list visit aliases

Credits

Assembled by Makis Tracend

Thanks to Paul Irish, Zach Holman, Mathias Bynens, Ory Band for their contributions to the dotfiles repositories.

Also thanks to Github for hosting, actively supporting and adding valuable resourses 1...