Skip to content

makramkd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Various dotfiles that I use, as well as vim plugins and such.

Rc files

.vimrc

My rc-file for vim. It isn't terribly sophisticated, but I am still in the process of learning more advanced vim.

I use a multitude of plugins, which can be found in installed_plugins.txt.

zshrc.zsh

One of my zsh rc files. The way this file is currently used is via sourcing it in the .zshrc file:

source /path/to/dotfiles/zsh/zshrc.zsh

What each thing does

There's a couple of scripts in this directory. Here's a brief overview of what they do:

git/gitconfig_parse.rb

Contains a really simple parser that parses the given git config into a ruby Hash object.

git/gitconfig_parser.rb

A driver that uses the gitconfig_parse method declared in the previous script.

vim/vim_plugin_remotes.rb

Writes the plugins you have installed into your vim bundle directory (usually ~/.vim/bundle) to a file called installed_plugins.txt. I wrote this to pull out the plugins that I use.

vim/install_plugins.rb

Run this to install the plugins that I have installed to your machine. All this really does is clone the repositories that I have listed in installed_plugins.txt. In order for this to work, you need to make sure that you have vim-pathogen installed: see here.

About

Various dotfiles I use (Vim, zsh, git)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published