hugobou / my-scripts

Some little scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Scripts

This repo consists of little scripts that make my life easier.

Bash RC

These scripts provide aliases and useful funtions. Make sure to source them from your .bashrc or .zshrc. I do this:

SCRIPTS_DIR=<PATH_TO_REPO>/shellrc
for f in `ls ${SCRIPTS_DIR}/*.aliases ${SCRIPTS_DIR}/*.sh`; do
	source "$f"
done

Vim RC

These are settings for Vim/Gvim. For convenience you can create a symbolic link between the file in the repo and the actual .vimrc.

ln -s <PATH_TO_REPO>/vimrc/vimrc .vimrc

notes.py

A small tool to create Markdown notes.

About

Some little scripts


Languages

Language:Shell 51.3%Language:Vim Script 34.8%Language:Python 13.9%