Skip to content

Instantly share code, notes, and snippets.

View sinan's full-sized avatar
🌀

Sinan Yasar sinan

🌀
View GitHub Profile
@sinan
sinan / Babel.sublime-build
Created May 6, 2018 00:01
sublime text babel build system with npx
{
"shell_cmd": "npx babel-node \"$file\"",
"selector": "source.js",
"path": "/usr/local/bin:$PATH",
"quiet": true
}
@sinan
sinan / mac-defaults-on-a-new-setup
Last active January 5, 2024 01:26
Defaults to make mac usable on a new setup
# get rid of press and hold character popup
defaults write -g ApplePressAndHoldEnabled -bool false
# delay until a key repeats
defaults write -g InitialKeyRepeat -int 25
# duration between repeats after repeat initiation
defaults write -g KeyRepeat -int 1
# remove default shadow from window screenshots
defaults write com.apple.screencapture disable-shadow -bool true
#
# Sets Prezto options.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
#
# General
#
// not yet tried but looking good
Fuzzy File Path
tabnine
Console Wrap
// installed
"A File Icon",
"Alignment",
"All Autocomplete",
"ayu",
{
"Set Local Environment Vars" : true,
"Working Directory" : "\/Users\/sinan",
"Prompt Before Closing 2" : 0,
"Selected Text Color" : {
"Green Component" : 0.60392159223556519,
"Blue Component" : 0.56470590829849243,
"Red Component" : 0.63921570777893066
},
"Rows" : 25,