Skip to content

Instantly share code, notes, and snippets.

View LabhanshAgrawal's full-sized avatar
enjoying life

Labhansh Agrawal LabhanshAgrawal

enjoying life
  • Bangalore, India
View GitHub Profile
@LabhanshAgrawal
LabhanshAgrawal / .hyper.js
Created April 15, 2022 09:51
hyper config
"use strict";
// 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: 'canary',
// default font size in pixels for all tabs
@LabhanshAgrawal
LabhanshAgrawal / boxstarter.ps1
Last active May 22, 2018 10:22
Boxstarter commands for setting my pc. Inspired from gist by @jessfraz
# Description: Boxstarter Script
# Author: Labhansh Agrawal
# Last Updated: 2018-05-20
# Create an empty file 'Microsoft.PowerShell_profile.ps1' at ~/Documents/WindowsPowershell if not present
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#