From 6b47cf55ad0ed3e85e95d8f88fa4c03eddf93eb7 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 22 Aug 2021 10:05:45 +0200 Subject: [PATCH] Add fish token --- dot_config/fish/private_config.fish.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 3f75140..c39930e 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -17,6 +17,8 @@ set -gx GITLABBER_FOLDER_NAMING path set -gx GITLABBER_CLONE_METHOD ssh set -gx GITLABBER_GIT_CONCURRENCY 10 +set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }} + # Install python with pyenv with tcl/tk support # https://stackoverflow.com/a/60469203/2758732 set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"