Skip to content

Instantly share code, notes, and snippets.

View lishine's full-sized avatar
🎯
Focusing

Pavel Ravits lishine

🎯
Focusing
View GitHub Profile
@lishine
lishine / cloudSettings
Created March 17, 2021 10:31
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-03-17T10:31:41.660Z","extensionVersion":"v3.4.3"}
@lishine
lishine / cloudSettings
Last active April 25, 2019 21:33
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-04-25T21:33:15.729Z","extensionVersion":"v3.2.9"}
@lishine
lishine / commands.txt
Last active July 1, 2018 09:41
Mac installation
defaults write com.apple.dock autohide-time-modifier -float 0.15;killall Dock
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
defaults write com.apple.dock largesize -float 78.000000; killall Dock
defaults write com.apple.Finder AppleShowAllFiles true && killall Finder
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
curl -L https://get.oh-my.fish | fish