clean up evident pii

This commit is contained in:
writer 2024-10-16 14:36:40 +09:00
parent e6794a8954
commit d004293a8b
5 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,6 @@
## Chef Commands ## chef commands
<br>
Roles contain recipes: Roles contain recipes:

View file

@ -1,5 +1,5 @@
###################################################### ######################################################
# mia's .bashrc (partially modified for publishing) # BT3GL's .bashrc (partially modified for publishing)
###################################################### ######################################################
# #
## ##

View file

@ -147,7 +147,7 @@ function sanitize() { chmod -R u=rwX,g=rX,o= "$@" ;}
export PATH="/usr/local/opt/openssl/bin:$PATH" export PATH="/usr/local/opt/openssl/bin:$PATH"
# The next line updates PATH for the Google Cloud SDK. # The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc'; fi if [ -f '<PATH TO SCRIPT>/google-cloud-sdk/path.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud. # The next line enables shell command completion for gcloud.
if [ -f '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc'; fi if [ -f '<PATH TO SCRIPT>/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/mia/Desktop/google-cloud-sdk/completion.bash.inc'; fi

View file

@ -1,3 +1,9 @@
## zsh ## zsh
<br>
### cool plugins
<br>
* [spaceship plugin](https://github.com/denysdovhan/spaceship-prompt). * [spaceship plugin](https://github.com/denysdovhan/spaceship-prompt).

View file

@ -4,7 +4,7 @@
<br> <br>
### favorite themmes ### favorite themes
* **[cyberpunk 2077 rebuild](https://marketplace.visualstudio.com/items?itemName=Carlos18mz.cyberpunk-2077-rebuild)** * **[cyberpunk 2077 rebuild](https://marketplace.visualstudio.com/items?itemName=Carlos18mz.cyberpunk-2077-rebuild)**