From 91b416dc35d5b5347b86b8b0636b3efc01a72b32 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 18 Apr 2025 20:04:49 +0200 Subject: add ansible config, switch to vesktop, minor env tweaks - set ANSIBLE_CONFIG var - use Vesktop instead of Discord - add AppImages to PATH - comment deprecated 'set go=a' for vim --- dot_bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_bashrc') diff --git a/dot_bashrc b/dot_bashrc index 553a249..4fd573f 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -30,6 +30,7 @@ export CALCHISTFILE="$XDG_CACHE_HOME"/calc_history export CARGO_HOME="$XDG_DATA_HOME"/cargo export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet export GDBHISTFILE="$XDG_CONFIG_HOME"/gdb/.gdb_history +export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" parse_git_branch() { git branch 2>/dev/null | grep '\*' | sed 's/* /(/' | sed 's/$/)/' -- cgit v1.2.3 call Yet another android myanimelist client
summaryrefslogtreecommitdiffstats
path: root/app (unfollow)
>Clyhtsuriva
Commit message (Expand)AuthorFilesLines
2021-05-13DetailSearchAnimeController.kt and activity OKrelease/3.0Clyhtsuriva2-61/+79
2021-05-13DetailSearchMangaController.kt and activity OKClyhtsuriva2-59/+80
2021-05-13DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111
2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2
2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116
2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12
2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8
1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43
PlayList class covered at 84%.Clyhtsuriva14-78/+117
2021-06-27Song class fully covered.Clyhtsuriva13-49/+96
2021-06-27Starting Song testsClyhtsuriva17-59/+119
2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4
2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82