I've been looking through a lot of posts here but none of them can completely solve this out.
I've got a configuration file (ie: default.conf) with several values in it:
id: 2
type: food
name: potato
quantity: 34
What I would like to achieve is to have a bash script to read the config file and assign every single value after the ":" (2, food, potato, 34...) to multiple variables for posterior use in that script.