24 lines
829 B
YAML
24 lines
829 B
YAML
ansible_connection: local
|
|
ansible_python_interpreter: '/usr/bin/env python'
|
|
|
|
packages: []
|
|
|
|
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
|
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
|
|
|
|
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
|
|
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
|
|
|
vim_plugins:
|
|
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }
|
|
- { url: 'https://github.com/neoclide/coc.nvim', name: 'coc.nvim' }
|
|
- { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' }
|
|
- { url: 'https://github.com/arzg/vim-colors-xcode.git', name: 'vim-colors-xcode' }
|
|
|
|
poetry_packages:
|
|
- black
|
|
- pylint
|
|
- autoflake
|
|
|
|
gitlab_domain: 'git.fudiggity.nl'
|
|
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|