Code Monkey home page Code Monkey logo

.shell's Introduction

Greetings!

Hello and welcome to my shell!

Table of Contents

Introduction

This repo is a representation of my love for the shell.

Overview

bin/

A collection of bash functions. This directory is added to the $PATH by _env

etc/

Config files, some files in this directory are synced with pre-hook scripts

MAN/

Man pages I have either written or generated for the scripts and functions in this repo.

templates/

Really a work in progress, but it's nice to have a collection of templates for varius types of files.

python/

A collection of python functions. Currently working on setting this up inside of a virtual enviornment.

scripts/

A collection of scripts that are not used often enough to be include in a directory appeneded to $PATH.

Install

To add these functions to the bash shell, add this section to your ~/.bashrc

#=================================================================================================#
# BASH SOURCE
# Source bash shell from .shell/ 
#=================================================================================================#
#This path needs to manually set
export SHELL_PATH='/Users/kremerme/.shell'
if [ -f $SHELL_PATH/_env ]; then
    . $SHELL_PATH/_env
fi

Note that the above sourcing assumes .shell/ is located inside of the home directory. If .shell/ is not checked out into the home directory, the path above will have to be changed appropriately.

Contact Me

Michael Kremer, [email protected]

.shell's People

Contributors

kremermichael avatar

Watchers

 avatar

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.