config.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. actions:
  2. vim-plug: vim +PlugInstall +qall
  3. config:
  4. backup: true
  5. banner: true
  6. create: true
  7. dotpath: dotfiles
  8. keepdot: false
  9. link_dotfile_default: nolink
  10. link_on_import: nolink
  11. longkey: false
  12. dotfiles:
  13. f_terraformrc:
  14. src: terraformrc
  15. dst: ~/.terraformrc
  16. d_git-templates:
  17. src: git-templates
  18. dst: ~/.git-templates
  19. f_vimrc:
  20. src: vimrc
  21. dst: ~/.vimrc
  22. actions:
  23. - vim-plug
  24. f_tmux.conf:
  25. src: tmux.conf
  26. dst: ~/.tmux.conf
  27. f_gemrc:
  28. src: gemrc
  29. dst: ~/.gemrc
  30. f_bashrc:
  31. src: bashrc
  32. dst: ~/.bashrc
  33. f_profile:
  34. src: profile
  35. dst: ~/.profile
  36. f_config:
  37. src: aws/config
  38. dst: ~/.aws/config
  39. d_powerline:
  40. src: config/powerline
  41. dst: ~/.config/powerline
  42. f_gitconfig:
  43. src: gitconfig
  44. dst: ~/.gitconfig
  45. f_gitconfig-personal:
  46. src: gitconfig-personal
  47. dst: ~/.gitconfig-personal
  48. f_gitconfig-work:
  49. src: gitconfig-work
  50. dst: ~/.gitconfig-work
  51. f_gitignore_global:
  52. src: gitignore_global
  53. dst: ~/.gitignore_global
  54. f_aliases.sh:
  55. src: config/direnv/lib/aliases.sh
  56. dst: ~/.config/direnv/lib/aliases.sh
  57. chmod: '755'
  58. profiles:
  59. Thinkpad-vhdx:
  60. dotfiles:
  61. - f_terraformrc
  62. - d_git-templates
  63. - f_vimrc
  64. - f_tmux.conf
  65. - f_gemrc
  66. - f_bashrc
  67. - f_profile
  68. - f_config
  69. - d_powerline
  70. - f_gitconfig
  71. - f_gitconfig-personal
  72. - f_gitconfig-work
  73. - f_gitignore_global
  74. - f_aliases.sh