mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-06-07 14:33:01 -04:00
clean up evident pii
This commit is contained in:
parent
e6794a8954
commit
d004293a8b
5 changed files with 13 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
||||||
## Chef Commands
|
## chef commands
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
Roles contain recipes:
|
Roles contain recipes:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
######################################################
|
######################################################
|
||||||
# mia's .bashrc (partially modified for publishing)
|
# BT3GL's .bashrc (partially modified for publishing)
|
||||||
######################################################
|
######################################################
|
||||||
#
|
#
|
||||||
##
|
##
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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).
|
||||||
|
|
|
@ -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)**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue