Git Product home page Git Product logo

shell_scripts's Introduction

Shell Scripts

By Ian MacDonald (GitHub)

@ Epicodus Programming School, Portland, OR

GNU General Public License, version 3 (see below). Copyright (c) 2015 Ian C. MacDonald.

Description

Shell Scripts

Bash scripts for automating remote work setup with familiar settings.

setup.sh will download and setup the local .bash_profile, vim.rc for vim editor, Atom editor preferences, Chrome, and scaffolding scripts for JS and Ruby. Once the setup is complete, you can run the following commands:

> jsproj [project name]

Will setup a JavaScript project in either the Sites directory or the Desktop directory if you are signed in as 'Guest'

> rsproj [project name]

Will do the same thing as above, but for a Ruby project using Sinatra.

.bash_profile also contains a number of aliases for git shortcuts and other commonly used commands. Please read through the .bash_profile itself to see what they do, as their use is fairly straightforward.

Author(s)

Ian MacDonald

Setup

This app was written in shell.

> curl https://raw.githubusercontent.com/matchbookmac/shell_scripts/master/setup.sh > ~/setup.sh
> chmod +x ~/setup.sh
> ~/setup.sh
> source ~/.bash_profile

Clone These Scripts:

> git clone https://github.com/matchbookmac/shell_scripts.git

To also get the dotfiles that setup.sh uses,

> git clone https://github.com/matchbookmac/dotfiles.git

License

Copyright (C) 2015 Ian C. MacDonald

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

shell_scripts's People

Contributors

matchbookmac avatar

Watchers

James Cloos avatar Cory Spitzer 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.