1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- actions:
- vim-plug: vim +PlugInstall +qall
- config:
- backup: true
- banner: true
- create: true
- dotpath: dotfiles
- keepdot: false
- link_dotfile_default: nolink
- link_on_import: nolink
- longkey: false
- dotfiles:
- f_terraformrc:
- src: terraformrc
- dst: ~/.terraformrc
- d_git-templates:
- src: git-templates
- dst: ~/.git-templates
- f_vimrc:
- src: vimrc
- dst: ~/.vimrc
- actions:
- - vim-plug
- f_tmux.conf:
- src: tmux.conf
- dst: ~/.tmux.conf
- f_gemrc:
- src: gemrc
- dst: ~/.gemrc
- f_bashrc:
- src: bashrc
- dst: ~/.bashrc
- f_profile:
- src: profile
- dst: ~/.profile
- f_config:
- src: aws/config
- dst: ~/.aws/config
- d_powerline:
- src: config/powerline
- dst: ~/.config/powerline
- f_gitconfig:
- src: gitconfig
- dst: ~/.gitconfig
- f_gitconfig-personal:
- src: gitconfig-personal
- dst: ~/.gitconfig-personal
- f_gitconfig-work:
- src: gitconfig-work
- dst: ~/.gitconfig-work
- f_gitignore_global:
- src: gitignore_global
- dst: ~/.gitignore_global
- f_aliases.sh:
- src: config/direnv/lib/aliases.sh
- dst: ~/.config/direnv/lib/aliases.sh
- chmod: '755'
- profiles:
- Thinkpad-vhdx:
- dotfiles:
- - f_terraformrc
- - d_git-templates
- - f_vimrc
- - f_tmux.conf
- - f_gemrc
- - f_bashrc
- - f_profile
- - f_config
- - d_powerline
- - f_gitconfig
- - f_gitconfig-personal
- - f_gitconfig-work
- - f_gitignore_global
- - f_aliases.sh
|