This repository has been archived on 2024-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
config-mapper/config-mapper.yml.template

36 lines
629 B
Plaintext
Raw Normal View History

2022-02-24 22:29:54 +01:00
storage:
# Where will be the tmp folder located ? [DEFAULT: MacOS($TMPDIR/config-mapper) | Linux(/tmp/config-mapper)]
location: /path/to/local/repository
git:
username: USERNAME
password: PASSWORD
repository: https://github.com/user/some-repo.git
files:
- "~/.zshrc"
folders:
- "~/.ssh"
package-managers:
2022-02-25 00:16:09 +01:00
# [DEFAULT: apt, homebrew]
installation-order: ["apt", "homebrew"]
2022-02-24 22:29:54 +01:00
homebrew:
- bat
# - hexyl
# - fd
# - hyperfine
# - diskus
# - jq
# - k9s
# - go
# - starship
# - exa
# - httpie
# - neovim
# - nmap
# - pinentry
# - zsh
apt-get: