Skip to content

Instantly share code, notes, and snippets.

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

Roy Freij RFreij

🏠
Working from home
View GitHub Profile
@RFreij
RFreij / cloudSettings
Last active December 22, 2021 08:59
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-12-22T08:58:58.063Z","extensionVersion":"v3.4.3"}
@RFreij
RFreij / .bash_aliases
Last active January 9, 2019 15:23
My bash aliases
alias refresh='grunt serve-refresh'
alias nobarrier='sudo mount -o remount,nobarrier /'
alias barrier='sudo mount -o remount,barrier /'
alias redisguimonitor='REDSMIN_KEY=5b3629c125fb138c061c2ab3 REDIS_AUTH=foobared redsmin'
alias redismonitor='redis-cli -a foobared -n 1 monitor'
alias node8='nvm use --lts'
alias node7='nvm use 7.*'
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->