Update strucutre
This commit is contained in:
parent
633a61b6f2
commit
564069b828
24 changed files with 182 additions and 225 deletions
11
vars/archlinux.yml
Normal file
11
vars/archlinux.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
packages:
|
||||
- python
|
||||
- poetry
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- npm
|
||||
- ctags
|
||||
- kitty
|
||||
- docker
|
||||
- docker-compose
|
||||
10
vars/debian-buster.yml
Normal file
10
vars/debian-buster.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
packages:
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-venv
|
||||
- python3-setuptools
|
||||
- exuberant-ctags
|
||||
- apt-transport-https
|
||||
22
vars/main.yml
Normal file
22
vars/main.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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' }
|
||||
|
||||
poetry_packages:
|
||||
- black
|
||||
- pylint
|
||||
- autoflake
|
||||
|
||||
gitlab_domain: 'git.fudiggity.nl'
|
||||
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|
||||
|
||||
skip_common_setup: true
|
||||
15
vars/ubuntu-focal.yml
Normal file
15
vars/ubuntu-focal.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
dotfiles_repo: 'https://git.fudiggity.nl/sonny/dotfiles.git'
|
||||
githook_repo: 'https://git.fudiggity.nl/sonny/git-hooks.git'
|
||||
|
||||
packages:
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- python2
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-venv
|
||||
- python3-setuptools
|
||||
- exuberant-ctags
|
||||
- apt-transport-https
|
||||
- kitty
|
||||
Loading…
Add table
Add a link
Reference in a new issue