Skip to content

kdi/dotfiles

Repository files navigation

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...

About

Local configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •