config/bash/README.md

17 lines
342 B
Markdown
Raw Normal View History

2021-08-09 22:57:55 +03:00
## WakaTime
```bash
pip3 install wakatime
```
```bash
git clone https://github.com/gjsheep/bash-wakatime.git
```
Include the `bash-wakatime.sh` file in your `~/.bashrc` file.
```bash
source $HOME/.config/bash-wakatime/bash-wakatime.sh
```
Make sure your [API Key](https://wakatime.com/settings/api-key) is in your `~/.wakatime.cfg` file.