jkronz / dotfiles

Personal Dotfiles for Unix Home Directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal dotfiles. The .gitignore is set up to ignore everything first and then deliberately include certain files and directories into the domain of git management.

I primarily use zsh and vim and specifially vim with the pathogen plugin for managing all my plugins. However, I also include here a bash configuration that mostly duplicates the functionality of the zsh configuration, but I don't maintain it as frequently as it is mostly for those situations where I find myself with access to bash and not zsh.

In the zsh scripts, I have split out hostname and account completion into private local files. In addition, the scripts support a .localenv file for environment settings that may be specific to a particular machine and so shouldn't be maintained in a repo for common usage.

This is updated to use bashdot so it's a little easier to use with git etc. Clone this repo into ~/dotfiles (or pick a different name), then `bashdot install dotfiles` to symlink them into your env.

About

Personal Dotfiles for Unix Home Directories


Languages

Language:Shell 37.9%Language:Vim Script 34.3%Language:Python 27.8%