Skip to content

Instantly share code, notes, and snippets.

View RubenFlorissen's full-sized avatar

Ruben Florissen RubenFlorissen

  • Achterhoek (The Netherlands)
View GitHub Profile
@RubenFlorissen
RubenFlorissen / keyBase_thingy.txt
Created September 10, 2019 20:46
Keybase thingy
### Keybase proof
I hereby claim:
* I am rubenflorissen on github.
* I am rubenf69 (https://keybase.io/rubenf69) on keybase.
* I have a public key ASCW7kvOGjrL4CaO7-UPtajP-PkFYxrCo-OvxzlQ_mMAPwo
To claim this, I am signing this object:
@RubenFlorissen
RubenFlorissen / barebone_install.ps1
Last active February 18, 2020 14:54
PowerShell Script For Barebone Windows Install
# Feel free to copy anything from this script!
# Run this as an ADMIN!
# Needed for Chocolately install
# If the script gives you any errors, it's likely that you haven't set the ExecutionPolicy to Unrestricted. Run the code below to do this.
# Set-ExecutionPolicy Unrestricted
# Please note that this is not secure, this will result in the possibility that malicious programs can freely execute PowerShell scripts on the computer. Set this flag to: Set-ExecutionPolicy Restricted, after running this script!
# Install Chocolately