dotfiles
dotfiles copied to clipboard
My configuration files
I've started using Dash.app for both documentation and snippets. The snippets are all stored in one place which you can specify from the settings of the app. I should incorporate...
There are a couple things that need to be done to setup and install Vundle and all the plugins that it manages. This is documented in the `.vimrc` file, but...
There are a lot of environment variables in zshrc. They are all over the place and getting outdated. Update and organize them. Perhaps put them in a separate file and...
I created a command-line timer function that should be able to take a given time, sleep for that long, and then activate a system dialog box when the time expires....
I want to create a variation of the `today` function I wrote that will instead of using the `/`, use the `-` to delimit the parts of the date. Sometimes,...