fischerq / pc-config

config files etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# @fischerq's personal computer configuration

## Setup

A machine running latest Ubuntu (currently 16.04)

Bootstrap these settings by cloning the repository, navigating into the cloned directory and executing the install script `install.sh`

## Components

* Upstart scripts to run services
    * emacs daemon

* Bash settings
* Bash aliases


add to ~/.bashrc

if [ -f ~/pc-config/bashsetup.sh ]; then
	. ~/pc-config/bashsetup.sh
fi

About

config files etc


Languages

Language:Shell 91.9%Language:Python 4.2%Language:Emacs Lisp 3.9%