Code Monkey home page Code Monkey logo

dotfiles's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.