Skip to content

Instantly share code, notes, and snippets.

View jedieaston's full-sized avatar
⚔️
Speak softly and carry a +6 two-handed sword.

Easton Pillay jedieaston

⚔️
Speak softly and carry a +6 two-handed sword.
  • Symetra
  • United States
  • 02:47 (UTC -04:00)
View GitHub Profile
cinst googlechrome
cinst chocolatey
cinst steam
cinst spotify
cinst mobaxterm
cinst origin
cinst battle.net
cinst duplicati
cinst filezilla
cinst visualstudiocode
@jedieaston
jedieaston / gist.txt
Last active May 2, 2018 02:35
jedieaston boxstarter
Enable-RemoteDesktop
cinst googlechrome
cinst chocolatey
cinst steam
cinst spotify
cinst mobaxterm
cinst origin
cinst battle.net
cinst filezilla
cinst visualstudiocode
cinst googlechrome
cinst chocolatey
cinst visualstudiocode
cinst vagrant
cinst steam
cinst virtualbox
cinst spotify
cinst jre8
cinst adoberreader
cinst mobaxterm
cinst visualstudiocode
cinst virtualbox
cinst vagrant
cinst filezilla
cinst elevate.native
cinst chocolatey
cinst mobaxterm
cinst filezilla
cinst visualstudiocode
cinst atom
cinst git
cinst rsat
cinst virtualbox
cinst vagrant
@jedieaston
jedieaston / yaml
Created March 16, 2018 01:17 — forked from ibuildthecloud/yaml
cloud-config for rancher-agent
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAA...
rancher:
services:
rancher-agent-install:
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
image: rancher/agent:v0.8.2
@jedieaston
jedieaston / go.txt
Created April 23, 2018 13:50
IT Academy dependencies
cinst visualstudiocode
cinst git
cinst python3
cinst bluej

Keybase proof

I hereby claim:

  • I am jedieaston on github.
  • I am jedieaston (https://keybase.io/jedieaston) on keybase.
  • I have a public key ASADlIklTnAwj_U8pG0w4RCKNIFm6Y2RtfDj6Cx1wellSAo

To claim this, I am signing this object:

@jedieaston
jedieaston / settings.json
Last active January 20, 2022 14:27
Everything settings file for winget
{
// For documentation on these settings, see: https://aka.ms/winget-settings
// "source": {
// "autoUpdateIntervalInMinutes": 5
// },
"visual": {
"progressBar": "rainbow"
},
"experimentalFeatures": {
"experimentalMSStore": true,
@jedieaston
jedieaston / UpdateVS.ps1
Created March 20, 2021 00:56
A script to update Visual Studio in the winget repo (requires WinGetHelpers)
# Change these first!
$TARGETVERSION = "16.9.31112.23"
$BASEVERSION = "16.9.31105.61"
$root = "C:\Users\Easton Pillay\projects\winget-pkgs\manifests\Microsoft\VisualStudio"
$BASEMANIFEST = ".\" + $BASEVERSION + ".yaml"
$baseParams = @{
manifest = $BASEMANIFEST;
newVersion = $TARGETVERSION;