dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | Submodules | README | LICENSE

install (140B)


      1 #!/usr/bin/env bash
      2 
      3 # Run initialization scripts
      4 for s in *.sh; do
      5     echo -e "\n### $s ###########################"
      6     source "$s"
      7 done