zsh -c "$(curl -fsSL https://raw.githubusercontent.com/nrjdalal/silicon-virtualizer/master/install-qemu.sh)"
xcode-select --install
- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error { | |
[self.spinningWheel stopAnimating]; | |
UIApplication *application = [UIApplication sharedApplication]; | |
application.networkActivityIndicatorVisible = NO; | |
UIAlertView *infoMessage; | |
infoMessage = [[UIAlertView alloc] | |
initWithTitle:@"The internet is broken" message:@"Looks like there's a problem with your internet connection. Please check and try again later." | |
delegate:self cancelButtonTitle:@"Bloody technology!" otherButtonTitles:nil]; |
#!/usr/bin/env bash | |
# As root | |
# Make config and data dirs | |
mkdir /etc/composer -p || exit 1 | |
mkdir /var/lib/composer -p | |
# Set composer home dir to global location | |
cat << EOF > /etc/profile.d/composer.sh | |
#!/usr/bin/env bash |
#!/usr/bin/env bash | |
run_list() { | |
osascript <<OSA | |
tell application "Viscosity" | |
repeat with theConnection in connections | |
set theName to name of theConnection | |
set theState to state of theConnection | |
log theName & ": " & theState | |
end repeat |
This script will gather the extensions currently installed for VSCodium and update them from marketplace.visualstudio.com automatically.
$SKIP
are ignored.