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.

30 lines
1.1 KiB

9 years ago
9 years ago
9 years ago
9 years ago
8 years ago
9 years ago
  1. # dotfiles
  2. Simple collection of my standard machine configuration files and scripts
  3. # Purpose
  4. Act as a central repository for the basic configuration I use for my development
  5. and personal machines. Also include scripts for the basic setup for each of my
  6. standard environments.
  7. # Usage
  8. scripts/bootstrap.sh is the script that does the basic linking of the dotfiles in the home directory along with the vim plugins
  9. scripts/installers/install_tools_arch.sh is a script for arch linux to install the basic tools needed on my workstations
  10. 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.
  11. More To Be Added.
  12. # Todo
  13. - [x] Make the .update_dotfiles script smarter in how it updates
  14. - [x] Work on emacs configuration
  15. - [ ] Break features out into subscripts so that .zshrc can be reduced in size and just sub contract work out to the feature scripts
  16. - [ ] Add support for additional environments
  17. # License
  18. The included scripts and configurations are licensed under the MIT license.
  19. For additional information please see the LICENSE file in this directory.