This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. ~/.antigen.zsh | |
antigen bundle MichaelAquilina/zsh-emojis | |
antigen theme https://github.com/iam4x/zsh-iterm-touchbar | |
export PATH=$HOME/.composer/vendor/bin:$PATH | |
export ZSH=/Users/simon/.oh-my-zsh | |
ZSH_THEME="agnoster" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
find ~/Code \ | |
-name *config*.yml \ | |
-ipath *.k8s* \ | |
-ipath */preprod/* \ | |
-type f \ | |
| while read file | |
do |