From 1a9992cfdff713067af636819e944e27f447d546 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 25 Jun 2022 20:31:47 +0300 Subject: [PATCH] fix bash README --- ~/Bash/README.md | 34 +--------------------------------- ~/Bash/starship.toml | 4 ---- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 ~/Bash/starship.toml diff --git a/~/Bash/README.md b/~/Bash/README.md index 75c566f..f944b38 100644 --- a/~/Bash/README.md +++ b/~/Bash/README.md @@ -1,33 +1 @@ -## WakaTime -```bash -sudo 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. - -**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). - -## StarShip -```bash -pacman -S starship -``` - -```bash -# ~/.bashrc - -eval "$(starship init bash)" -``` +:) diff --git a/~/Bash/starship.toml b/~/Bash/starship.toml deleted file mode 100644 index 385d4b4..0000000 --- a/~/Bash/starship.toml +++ /dev/null @@ -1,4 +0,0 @@ -# ~/.config/starship.toml - -scan_timeout = 10 -add_newline = false