This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/bash
|
|
if [[ $(command -v code) ]]; then
|
|
export VSCODE_HOME="/opt/vscode"
|
|
chmod +x $BASH_SHELL_HOST/all/modules/vscode.sh
|
|
ln -sf $BASH_SHELL_HOST/all/modules/vscode.sh /opt/bin/vscode
|
|
fi |