Skip to content

Instantly share code, notes, and snippets.

@Jimeh87
Jimeh87 / Chocolatey.txt
Last active March 28, 2020 21:05
Gaming PC Setup
#Chocolatey install
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Apps
choco install firefox
choco install vlc
choco install paint.net
choco install steam
@Jimeh87
Jimeh87 / .zshrc
Last active July 19, 2022 16:06
Mac Setup
# Path to your oh-my-zsh installation.
export ZSH="/Users/jimrennie/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE="nerdfont-complete"
POWERLEVEL9K_PROMPT_ON_NEWLINE=false
POWERLEVEL9K_RPROMPT_ON_NEWLINE=false