Skip to content

Instantly share code, notes, and snippets.

@bbbbruni
Last active June 18, 2018 21:36
Show Gist options
  • Save bbbbruni/31bc35776ba82a921e009512064b06f3 to your computer and use it in GitHub Desktop.
Save bbbbruni/31bc35776ba82a921e009512064b06f3 to your computer and use it in GitHub Desktop.
setups

YADR

https://github.com/skwp/dotfiles

sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`"

VS CODE

(EditorConfig for VS Code, ESLint, Vetur, Sublime Text KeyMap, Monokai Pro)

{
    // Basic settings: turn linter(s) on
    "editor.fontSize": 13.5,
    "editor.lineHeight": 24,
    "editor.fontFamily": "Fira Code, Monaco, 'Courier New', monospace",
    "editor.fontLigatures": false,
    "workbench.iconTheme": "vscode-great-icons",
    "terminal.external.osxExec": "iTerm.app",
    "workbench.colorTheme": "Atom One Dark",
    "editor.cursorStyle": "line-thin",
    "editor.minimap.enabled": true,
    "editor.renderLineHighlight": "none",
    "editor.tabSize": 2,
    "files.trimTrailingWhitespace": true,
    "diffEditor.ignoreTrimWhitespace": false,
    "window.zoomLevel": 0,
    "eslint.options": {
        "extensions": [".js", ".vue"]
    }
}

ZSH Themes https://github.com/robbyrussell/oh-my-zsh/wiki/Themes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment