Skip to content

Instantly share code, notes, and snippets.

View pyrossh's full-sized avatar

Peter John pyrossh

View GitHub Profile
@pyrossh
pyrossh / Brewfile
Last active November 3, 2024 17:20
brew 'fish'
brew 'fisher'
brew 'helix'
brew 'colima'
brew 'docker'
brew 'kubectl'
brew 'kubectx'
brew 'openjdk'
brew 'gradle'
brew 'mas'
{
"Use Non-ASCII Font" : false,
"Tags" : [
],
"Ansi 12 Color" : {
"Red Component" : 0.34509803921568627,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Battery_barChart_position</key>
<integer>0</integer>
<key>Battery_bar_chart_box</key>
<false/>
<key>Battery_bar_chart_color</key>
<string>system</string>
[
{
"key": "alt+cmd+q",
"command": "workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
},
{
"key": "cmd+w",
"command": "-workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
@pyrossh
pyrossh / setup
Last active November 4, 2024 07:04
brew bundle
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
fish
set -x LANG en_US.UTF-8
set -x LC_ALL en_US.UTF-8
fisher install pure-fish/pure
fisher install IlanCosman/tide@v5
fish_add_path /opt/homebrew/bin
fish_add_path /opt/homebrew/opt/openjdk/bin
{
"go.toolsManagement.autoUpdate": true,
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"workbench.editor.showTabs": "single",
"files.exclude": {
"**/.svelte-kit": true,
"**/node_modules": true
},
"redhat.telemetry.enabled": false,