We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc966dc commit be703ffCopy full SHA for be703ff
wsl-homebrew.sh
@@ -19,7 +19,7 @@ brew install gh
19
echo 'export PATH="/home/linuxbrew/.linuxbrew/opt/postgresql@15/bin:$PATH"' >> $HOME/.zshrc
20
source $HOME/.zshrc
21
brew services start postgresql@15
22
-psql {{ ansible_env.USER }} -c \\q
+# psql {{ ansible_env.USER }} -c \\q
23
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
24
echo '\nexport NVM_DIR="$HOME/.nvm"
25
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
0 commit comments