Skip to content

Commit

Permalink
Change ohmyzsh theme
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Sep 18, 2024
1 parent aaca744 commit 2b6c72c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

sslCAInfo = /path/to/your/certificate.crt
#sslCAPath = /path/to/selfCA/
sslVerify = true
sslVerify = true
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<!-- START OF TOC !DO NOT EDIT THIS CONTENT MANUALLY-->
**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)
<!-- END OF TOC -->
# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ else
# --dns 1.1.1.1 \
docker.io/containerscrew/infratools:${CONTAINER_VERSION}
docker exec -it ${CONTAINER_NAME} zsh
fi
fi

0 comments on commit 2b6c72c

Please sign in to comment.