Skip to content

Personal Dotfiles for Unix Home Directories

Notifications You must be signed in to change notification settings

jkronz/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 37.9%
  • Vim Script 34.3%
  • Python 27.8%