These are my config files. There are many like them, but these are mine
All configuration files for various tools as well as bash
Helper scripts to run various aspects of the new computer setup process
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
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 |
From within emacs, run the following commands
load-file ~/.emacs.d/install-selected-packages.el
package-install-selected-packages
Delete the ~/.emacs
file to force emacs to use our ~/emacs.d/init.el