Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.34 KB

These are my config files. There are many like them, but these are mine

Repository Structure

home

All configuration files for various tools as well as bash

scripts

Helper scripts to run various aspects of the new computer setup process

New Computer Setup

cct-tools

Clone the cct-tools (this) repository.

First time repo creation should run the cct-symlink tool from home/.bin manually. Subsequent changes can run this from your $PATH

Install repositories and packages

To install common repositories, packages, and python packages, run the scripts/installer.sh.

This script is composed of multiple scripts that manage each group of installation packages.

Script Purpose
install-repositories Installs repositories to pull packages from
install-packages Installs all the packages I commonly use
install-python Installs python (2 and 3) packages
install-emacs Configure eMacs

Configure Emacs

Install packages

From within emacs, run the following commands

load-file ~/.emacs.d/install-selected-packages.el
package-install-selected-packages

Use our init.el

Delete the ~/.emacs file to force emacs to use our ~/emacs.d/init.el