alem0lars / fizzy

The hassle free configuration manager - MIGRATED TO https://gitlab.com/fizzycfg
Other
11 stars 3 forks source link

*-wide configurations #59

Open alem0lars opened 6 years ago

alem0lars commented 6 years ago

Add a way to use both system-wide configuration and user-wide configuration.


A possible solution is to allow use to specify that information in the meta file:

- src: ..
  dst: ..
  install_type: system

- src: ..
  dst: ..
  install_type: user
  users: all # this will include all users in the home directory

- src: ..
  dst: ..
  install_type: user
  users: # this will install only to those users
    - alem0lars
    - pippo
    - pluto