config/Bash
2022-03-15 01:46:48 +03:00
..
.bashrc add GPG_TTY env 2022-03-15 01:46:48 +03:00
README.md add starship 2021-08-29 20:07:09 +03:00
starship.toml add starship.toml and fix bashrc $PATH 2021-12-31 04:33:37 +03:00

WakaTime

sudo pip3 install wakatime
git clone https://github.com/gjsheep/bash-wakatime.git

Include the bash-wakatime.sh file in your ~/.bashrc file.

source $HOME/.config/bash-wakatime/bash-wakatime.sh

Make sure your API Key is in your ~/.wakatime.cfg file.

Note:

Need WakaTime install in system by sudo.

Installing to $HOME/.local/bin not working.

StarShip

pacman -S starship
# ~/.bashrc

eval "$(starship init bash)"