rydens / home-config

SkilStak Workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkilStak Home Config Helper

You don't need this is you are only working from skilstak.sh. If you are setting up your own multi-user Linux environment take a look at usr-share-skilstak instead.

This repo is to help you create a SkilStak-ish workspace on your own Linux/Mac computer or Raspberry Pi. You can clone this directly and make your own local changes and git pull on occasion with something is added or you can fork the repo and save your own changes and pull down upstream changes from time to time.

Simple Clone Method

cd ~
mkdir repos
cd repos
git clone git@github.com:skilstak/home-config.git
cd home-config
./setup

Fork Method

  1. Fork from github.com/skilstak/home-config
  2. Clone your copy of the repo
  3. Sync your master with upstream like this
  4. Commit your synced changes with save

Don't Rename

Unless you really know what you are doing stick with the $HOME/repos/home-config location since that is coded into the setup script.

Dependencies

Dependencies is a strong word. This is stuff you just need at SkilStak. Eventually setup may including looking up dependencies and prompting for installing them (packages, commands, apps). For now you will have to ensure you have the following installed, (which you learn to do in class if you don't know):

On a Mac you have to install these as well:

  • brew
  • brew install bash-completion

About

SkilStak Workspace


Languages

Language:Vim Script 83.8%Language:Python 9.0%Language:Shell 3.2%Language:Makefile 1.8%Language:Swift 1.3%Language:Perl 0.5%Language:HTML 0.2%Language:CSS 0.2%Language:Erlang 0.1%