config/~/Bash/README.md

34 lines
685 B
Markdown
Raw Normal View History

2021-08-09 22:57:55 +03:00
## WakaTime
```bash
2021-08-09 23:11:20 +03:00
sudo pip3 install wakatime
2021-08-09 22:57:55 +03:00
```
```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.
2021-08-09 23:11:20 +03:00
**Note:**
Need WakaTime install [in system](https://github.com/wakatime/vscode-wakatime/issues/146#issuecomment-895506716) by sudo.
Installing to `$HOME/.local/bin` [not working](https://github.com/wakatime/vscode-wakatime/issues/146).
2021-08-29 20:07:09 +03:00
## StarShip
```bash
pacman -S starship
```
```bash
# ~/.bashrc
eval "$(starship init bash)"
```