|
|
|
@ -1,6 +1,12 @@
|
|
|
|
|
[run submodules]
|
|
|
|
|
when: host.has('git')
|
|
|
|
|
cmd: git submodule init
|
|
|
|
|
|
|
|
|
|
[home git-prefs]
|
|
|
|
|
when: host.has('git')
|
|
|
|
|
files:
|
|
|
|
|
.gitconfig
|
|
|
|
|
|
|
|
|
|
[home bash-prefs]
|
|
|
|
|
when: host.has('bash')
|
|
|
|
|
files:
|
|
|
|
@ -19,6 +25,12 @@ files:
|
|
|
|
|
when: host.has('kitty')
|
|
|
|
|
files:
|
|
|
|
|
kitty/kitty.conf > .config/kitty/kitty.conf
|
|
|
|
|
|
|
|
|
|
# We only need the kitty.desktop config on linux, that's like a linux desktop
|
|
|
|
|
# manager thing
|
|
|
|
|
[home kitty-desktop]
|
|
|
|
|
when: host.has('kitty') and host.is_linux
|
|
|
|
|
files:
|
|
|
|
|
desktop/kitty.desktop > .local/share/applications/kitty.desktop
|
|
|
|
|
|
|
|
|
|
[link-files rofi]
|
|
|
|
@ -51,10 +63,10 @@ files:
|
|
|
|
|
nvim/lua
|
|
|
|
|
nvim/init.vim
|
|
|
|
|
|
|
|
|
|
# [git vundle]
|
|
|
|
|
# when: host.has('vim') or host.has('nvim')
|
|
|
|
|
# repo: https://github.com/VundleVim/Vundle.vim.git
|
|
|
|
|
# target: ~/.vim/bundle/Vundle.vim
|
|
|
|
|
[git vundle]
|
|
|
|
|
when: host.has('vim') or host.has('nvim')
|
|
|
|
|
repo: https://github.com/VundleVim/Vundle.vim.git
|
|
|
|
|
target: ~/.vim/bundle/Vundle.vim
|
|
|
|
|
|
|
|
|
|
[git packer-posix]
|
|
|
|
|
when: not host.is_windows
|
|
|
|
|