Skip to content

kdi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e92ee2 Â· Mar 22, 2025
Jan 13, 2013
Apr 20, 2017
Nov 28, 2012
Mar 28, 2016
Nov 9, 2012
Dec 18, 2015
Apr 15, 2023
Mar 22, 2025
Feb 19, 2024
Feb 19, 2024
Oct 20, 2012
Oct 24, 2012
Jun 22, 2017
Sep 13, 2019
Sep 14, 2019
Oct 24, 2015
Oct 20, 2012
Oct 20, 2012
Nov 10, 2012
Oct 24, 2012
Nov 20, 2014
Oct 24, 2012
Dec 27, 2012
Jan 16, 2014

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