dotfiles/bin/setup.sh

6 lines
144 B
Bash
Raw Normal View History

2018-06-12 13:10:25 +00:00
#!/bin/sh
echo "Enter OpenWeatherMap API key"
read line
echo $line | secret-tool store --label='OpenWeatherMap API Key' openweathermap api_key