Skip to content

Instantly share code, notes, and snippets.

View tomesparon's full-sized avatar

Tom Esparon tomesparon

View GitHub Profile
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
// In a terminal:
code --install-extension aaron-bond.better-comments
code --install-extension abhinavk99.codewall
code --install-extension AdamCaviness.theme-monokai-dark-soda
code --install-extension alefragnani.Bookmarks
code --install-extension alexkrechik.cucumberautocomplete
code --install-extension axiomaticstudios.one-monokai-80s
code --install-extension azemoh.one-monokai
code --install-extension be5invis.vscode-custom-css
code --install-extension bierner.markdown-mermaid
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
updateChannel: 'stable',