From 2b6c72cf093ace1629ef2871e61499196ce7813b Mon Sep 17 00:00:00 2001 From: containerscrew Date: Wed, 18 Sep 2024 11:18:39 +0200 Subject: [PATCH] Change ohmyzsh theme --- .gitconfig | 2 +- .zshrc | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ README.md | 2 +- run.sh | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index c07f96b..7e445cb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,4 +5,4 @@ sslCAInfo = /path/to/your/certificate.crt #sslCAPath = /path/to/selfCA/ - sslVerify = true \ No newline at end of file + sslVerify = true diff --git a/.zshrc b/.zshrc index b903b57..eedb3e8 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh" # load a random theme each time Oh My Zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="agnoster" +ZSH_THEME="bira" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3c9b5..3e94ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +**Table of Contents** *generated with [mtoc](https://github.com/containerscrew/mtoc)* +- [Changelog](#changelog) + - [[2.3.0] - 2024-09-16](#[2.3.0]---2024-09-16) + - [[2.2.0] - 2024-09-16](#[2.2.0]---2024-09-16) + - [[2.1.0] - 2024-08-26](#[2.1.0]---2024-08-26) + - [[2.0.1] - 2024-08-15](#[2.0.1]---2024-08-15) + - [[2.0.0] - 2024-08-13](#[2.0.0]---2024-08-13) + - [[1.12.0] - 2024-08-06](#[1.12.0]---2024-08-06) + - [[1.11.0] - 2024-08-05](#[1.11.0]---2024-08-05) + - [[1.10.0] - 2024-08-05](#[1.10.0]---2024-08-05) + - [[1.9.0] - 2024-06-11](#[1.9.0]---2024-06-11) + - [[1.8.2] - 2024-06-04](#[1.8.2]---2024-06-04) + - [[1.8.1] - 2024-06-04](#[1.8.1]---2024-06-04) + - [[1.8.0] - 2024-06-04](#[1.8.0]---2024-06-04) + - [[1.7.0] - 2024-05-29](#[1.7.0]---2024-05-29) + - [[1.6.0] - 2024-05-06](#[1.6.0]---2024-05-06) + - [[1.5.1] - 2024-05-01](#[1.5.1]---2024-05-01) + - [[1.5.0] - 2024-04-22](#[1.5.0]---2024-04-22) + - [[1.4.2] - 2024-04-19](#[1.4.2]---2024-04-19) + - [[1.4.1] - 2024-04-02](#[1.4.1]---2024-04-02) + - [[1.4.0] - 2024-04-02](#[1.4.0]---2024-04-02) + - [[1.3.0] - 2024-03-31](#[1.3.0]---2024-03-31) + - [[1.2.0] - 2024-03-31](#[1.2.0]---2024-03-31) + - [[1.1.0] - 2024-03-31](#[1.1.0]---2024-03-31) + - [[1.0.0] - 2024-03-29](#[1.0.0]---2024-03-29) + # Changelog All notable changes to this project will be documented in this file. diff --git a/README.md b/README.md index fa80594..dcbbb66 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ fi # TODO * Add other dynamic version switchers for other tools (tgswitch, kubectl...) -* Automatic pipeline cron with image scan & automatic build +* Seperate pipeline for build release + build in other branch # CHANGELOG diff --git a/run.sh b/run.sh index e64666f..f5497e4 100644 --- a/run.sh +++ b/run.sh @@ -20,4 +20,4 @@ else # --dns 1.1.1.1 \ docker.io/containerscrew/infratools:${CONTAINER_VERSION} docker exec -it ${CONTAINER_NAME} zsh -fi \ No newline at end of file +fi