Skip to content

Instantly share code, notes, and snippets.

@Fokke-
Fokke- / History|-150b1e3e|6bLh.json
Last active April 19, 2022 13:28
Visual Studio Code Settings Sync Gist
{
"telemetry.enableTelemetry": false,
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"node_modules": false
},
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'