This file contains hidden or 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
# Fix PATH for core commands | |
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$PATH" | |
export PATH="$PATH:/Users/johnlindquist/dev/agents/bin" | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH | |
# Path to your Oh My Zsh installation. |
This file contains hidden or 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
source ~/.bashrc |
This file contains hidden or 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
######## Romano.io dev VM boxstarter script ######## | |
############### | |
#### notes #### | |
############### | |
### running locally on VM | |
## if connected, it will show login screen after restart, but is still working | |
###################################### |