You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Drew Short 28ccfbfe59 Adding zsh-completions to the bootstrap 5 years ago
hardware_specific/odroid-xu4 Added odroid xu4 specific system files 9 years ago
home Resolve Merge Conflict 5 years ago
scripts Adding zsh-completions to the bootstrap 5 years ago
windows_specific Added some functionality to emacs 8 years ago
.gitignore Moved functions out of the bootstrap script. 9 years ago
.gitmodules Added the headlights plugin 9 years ago
Changelog Moved functions out of the bootstrap script. 9 years ago
LICENSE Initial commit 9 years ago
README.md Update README.md 8 years ago

README.md

dotfiles

Simple collection of my standard machine configuration files and scripts

Purpose

Act as a central repository for the basic configuration I use for my development and personal machines. Also include scripts for the basic setup for each of my standard environments.

Usage

scripts/bootstrap.sh is the script that does the basic linking of the dotfiles in the home directory along with the vim plugins

scripts/installers/install_tools_arch.sh is a script for arch linux to install the basic tools needed on my workstations

a ~/.update_dotfiles.sh script will be added to the home directory to automatically try and update the dotfiles git directory as soon as possible.

More To Be Added.

Todo

  • Make the .update_dotfiles script smarter in how it updates
  • Work on emacs configuration
  • Break features out into subscripts so that .zshrc can be reduced in size and just sub contract work out to the feature scripts
  • Add support for additional environments

License

The included scripts and configurations are licensed under the MIT license. For additional information please see the LICENSE file in this directory.