disable vscode extension install
This commit is contained in:
parent
164ef1db68
commit
48f6b51556
@ -109,8 +109,8 @@ chsh -s /usr/bin/zsh
|
||||
echo "Installing Oh-My-ZSH..."
|
||||
CHSH='no' RUNZSH='no' KEEP_ZSHRC='yes' sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
|
||||
echo "Installing VSCode Extensions..."
|
||||
cat "${DOTFILES}/vs_code_extensions.lst" | xargs -n 1 code --install-extension --force
|
||||
#echo "Installing VSCode Extensions..."
|
||||
#cat "${DOTFILES}/vs_code_extensions.lst" | xargs -n 1 code --install-extension --force
|
||||
|
||||
echo "Installing VIM Pathogen..."
|
||||
mkdir -p "${HOME}/.vim/{autoload,bundle}"
|
||||
|
Loading…
Reference in New Issue
Block a user