.install.conf.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ################################################################################
  2. # NAME : install.conf.yaml
  3. # DESCRIPTION: Simple configuration file for a new Debian-Ubuntu system.
  4. # AUTHOR : SVAKSHA, http://svaksha.com/pages/Bio
  5. # SOURCE : http://svaksha.github.io/yaksha
  6. # COPYRIGHT© : 2005-Now SVAKSHA, All Rights Reserved.
  7. # LICENSE : GNU AGPLv3 subject to meeting the terms and conditions in the LICENSE
  8. # (https://github.com/svaksha/yaksha/blob/master/LICENSE.md) file.
  9. # DATES : 2014aug15-2016jan03
  10. ################################################################################
  11. #
  12. #
  13. - clean: ['~']
  14. - link:
  15. ~/.atom: ~/yaksha/home/.atom/
  16. ~/.julia: ~/yaksha/home/.julia/
  17. ~/.vim: ~/yaksha/home/.vim/
  18. ~/.bash_aliases: ~/yaksha/home/.bash_aliases
  19. ~/.bash_logout: ~/yaksha/home/.bash_logout
  20. ~/.bashrc: ~/yaksha/home/.bashrc
  21. ~/.curlrc: ~/yaksha/home/.curlrc
  22. ~/.gitattributes: ~/yaksha/home/.gitattributes
  23. ~/.git-completion.bash: ~/yaksha/home/.git-completion.bash
  24. ~/.gitignore_global: ~/yaksha/home/.gitignore_global
  25. ~/.gitconfig: ~/yaksha/home/.gitconfig
  26. ~/.gitk: ~/yaksha/home/.gitk
  27. ~/.gitmessage: ~/yaksha/home/.gitmessage
  28. ~/.hgignore_global: ~/yaksha/home/.hgignore_global
  29. ~/.hgrc: ~/yaksha/home/.hgrc
  30. ~/.inputrc: ~/yaksha/home/.inputrc
  31. ~/.juliarc.jl: ~/yaksha/home/.juliarc.jl
  32. # ~/.juliarc-enso.jl: ~/yaksha/home/.juliarc-enso.jl
  33. # ~/.juliarc-update.jl: ~/yaksha/home/.juliarc-update.jl
  34. # ~/.juliarc-yaksha.jl: ~/yaksha/home/.juliarc-yaksha.jl
  35. ~/.profile: ~/yaksha/home/.profile
  36. ~/.pythonrc.py: ~/yaksha/home/.pythonrc.py
  37. ~/.screenrc: ~/yaksha/home/.screenrc
  38. ~/.tigrc: ~/yaksha/home/.tigrc
  39. ~/.tigrc-default: ~/yaksha/home/.tigrc-default
  40. ~/.tigrc-test: ~/yaksha/home/.tigrc-test
  41. ~/.tmux.conf: ~/yaksha/home/.tmux.conf
  42. ~/.tmux: ~/yaksha/home/.tmux
  43. ~/.vimrc: ~/yaksha/home/.vimrc
  44. ~/.wgetrc: ~/yaksha/home/.wgetrc
  45. - shell:
  46. - [git submodule update --init --recursive dotbot, Installing submodules]