Code Monkey home page Code Monkey logo

configs's Introduction

Default bash config

This git repository contains a set of config files and bash scripts that bootstrap the default shell environment that I use on my machines.

It works on Linux, Macos and wsl.

Installing

Assuming that you have curl and git installed on your system:

 curl -L https://raw.githubusercontent.com/fredericorecsky/configs/master/bin/install_dev_configs | sh

Update

Go inside the ~/github/configs/bin and run update_dev_configs

Goals

It has a place where the bash variables and scripts as well aliases are stored and when a new shell starts, it will read from that dir.

The files are usually on your homedir inside github/configs dir.

The files that start with 99_internal will be ignored on git and should contain specific local configuration. The rest is generic as possible.

Some of the config I have are listed above. Note that the files are sorted so the number on front means the order.

  • 00_base - Basic shell functions and commands
  • 99_golang - Golang configuration
  • 99_java - Java configuration
  • 99_misc - Bash alias and variables
  • 99_perl - Perl configuration
  • 99_rakudo - Perl6 configuration
  • 99_ruby - Ruby configuration
  • bashrc - This is the bashrc that is called by bash, it will remove the old one and make the ~/.bashrc a syslink to the bashrc of the project
  • ZZ_prompt - If you are using necroperl tools, this will make the prompt use necroperl

I want to add my own stuff

This project is mainly a distributed way to have my shell environements so if something is generic and useful feel free to add and request a merge.

If it is really personal/local, add a 99_internal file and add your stuff.

configs's People

Contributors

fredericorecsky 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.