Skip to content

Instantly share code, notes, and snippets.

View jaycverg's full-sized avatar
🏠
Working from home

jay vergara jaycverg

🏠
Working from home
View GitHub Profile
@kenvix
kenvix / idea64.vmoptions
Created April 16, 2022 11:54
Use Java17(JBR17) + ZGC to run inteillj idea faster (customized .vmoptions is required)
# custom IntelliJ IDEA VM options
-server
-Xms3G
-Xmx5G
-XX:ParallelGCThreads=14
-Dfile.encoding=UTF-8
# Enable ZGC
-XX:+UnlockExperimentalVMOptions
-XX:+UseZGC
# Jetbrins toolbox
@fworks
fworks / install-zsh-windows-git-bash.md
Last active May 21, 2024 05:32
Zsh / Oh-my-zsh on Windows Git Bash

Change Apple OS X Dock size from Apple Terminal

defaults write com.apple.dock tilesize -int 32; killall Dock

32 is icon size