{"id":21429125,"url":"https://github.com/robertobdev/settings","last_synced_at":"2026-01-30T03:42:11.815Z","repository":{"id":121492847,"uuid":"152421300","full_name":"robertobdev/settings","owner":"robertobdev","description":"My personal settings","archived":false,"fork":false,"pushed_at":"2022-01-30T13:44:06.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T20:07:43.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertobdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-10T12:38:38.000Z","updated_at":"2022-01-30T12:37:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca3dc0f7-130c-4499-9a21-1580ca20d062","html_url":"https://github.com/robertobdev/settings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robertobdev/settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobdev%2Fsettings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobdev%2Fsettings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobdev%2Fsettings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobdev%2Fsettings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertobdev","download_url":"https://codeload.github.com/robertobdev/settings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertobdev%2Fsettings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28899364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T03:36:35.398Z","status":"ssl_error","status_checked_at":"2026-01-30T03:36:34.949Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T22:15:48.487Z","updated_at":"2026-01-30T03:42:11.808Z","avatar_url":"https://github.com/robertobdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Settings\nMy personal settings\n\n# Vscode settings json\n```json\n{\n  \"editor.fontSize\": 17,\n  \"editor.lineHeight\": 20.5,\n  \"editor.fontFamily\": \"Fira Code\",\n  \"editor.fontLigatures\": true,\n  \"editor.minimap.enabled\": false,\n  \"editor.snippetSuggestions\": \"top\",\n  \"editor.tabSize\": 2,\n  \"editor.wordWrap\": \"on\",\n  \"editor.codeLens\": true,\n  \"editor.renderLineHighlight\": \"gutter\",\n  \"editor.formatOnType\": true,\n  \"editor.formatOnPaste\": true,\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll.eslint\": true,\n    \"source.fixAll.stylelint\": true\n  },\n  \"workbench.iconTheme\": \"vscode-icons\",\n  \"workbench.colorTheme\": \"One Dark Pro\",\n  \"workbench.editor.enablePreviewFromQuickOpen\": false,\n  \"search.exclude\": {\n    \"**/.git\": true,\n    \"**/node_modules\": true,\n    \"**/tmp\": true,\n    \"**/www\": true,\n    \"**/dist\": true\n  },\n  \"files.autoSave\": \"off\",\n  \"explorer.compactFolders\": false,\n  \"git.autofetch\": true,\n  \"todo-tree.general.tags\": [\n    \"BUG\",\n    \"HACK\",\n    \"FIXME\",\n    \"TODO\",\n    \"XXX\",\n    \"[ ]\",\n    \"[x]\"\n  ],\n  \"todo-tree.regex.regex\": \"(//|#|\u003c!--|;|/\\\\*|^|^\\\\s*(-|\\\\d+.))\\\\s*($TAGS)\",\n  \"[typescript]\": {\n    \"editor.defaultFormatter\": \"vscode.typescript-language-features\"\n  },\n  \"editor.suggestSelection\": \"first\",\n  \"files.exclude\": {\n    \"**/.classpath\": true,\n    \"**/.project\": true,\n    \"**/.settings\": true,\n    \"**/.factorypath\": true\n  },\n  \"terminal.integrated.profiles.osx\": {\n    \"bash\": {\n      \"path\": \"bash\",\n      \"args\": [\n        \"-l\"\n      ],\n      \"icon\": \"terminal-bash\"\n    },\n    \"zsh\": {\n      \"path\": \"zsh\",\n      \"args\": [\n        \"-l\"\n      ]\n    },\n    \"fish\": {\n      \"path\": \"fish\",\n      \"args\": [\n        \"-l\"\n      ]\n    },\n    \"tmux\": {\n      \"path\": \"tmux\",\n      \"icon\": \"terminal-tmux\"\n    },\n    \"pwsh\": {\n      \"path\": \"pwsh\",\n      \"icon\": \"terminal-powershell\"\n    }\n  },\n  \"terminal.integrated.defaultProfile.osx\": \"fish\",\n  \"html.format.enable\": false\n}\n\n```\n\n# Vscode extensions\n```bash\n// Standard\n\ncode --install-extension Angular.ng-template\ncode --install-extension dbaeumer.vscode-eslint\ncode --install-extension eamodio.gitlens\ncode --install-extension EditorConfig.EditorConfig\ncode --install-extension Gruntfuggly.todo-tree\ncode --install-extension mikestead.dotenv\ncode --install-extension ms-vscode.sublime-keybindings\ncode --install-extension PKief.material-icon-theme\ncode --install-extension stylelint.vscode-stylelint\ncode --install-extension zhuangtongfa.material-theme\n\n// Optional\ncode --install-extension esbenp.prettier-vscode\n\n```\n# Hyper.js Config\n```javascript\n\"use strict\";\n// Future versions of Hyper may add additional config options,\n// which will not automatically be merged into this file.\n// See https://hyper.is#cfg for all currently supported options.\nmodule.exports = {\n    config: {\n        // choose either `'stable'` for receiving highly polished,\n        // or `'canary'` for less polished but more frequent updates\n        updateChannel: 'stable',\n        // default font size in pixels for all tabs\n        fontSize: 15,\n        // font family with optional fallbacks\n        fontFamily: 'Fira Code, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace',\n        // default font weight: 'normal' or 'bold'\n        fontWeight: 'normal',\n        // font weight for bold characters: 'normal' or 'bold'\n        fontWeightBold: 'bold',\n        // line height as a relative unit\n        lineHeight: 1,\n        // letter spacing as a relative unit\n        letterSpacing: 0,\n        // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)\n        cursorColor: 'rgba(248,28,229,0.8)',\n        // terminal text color under BLOCK cursor\n        cursorAccentColor: '#000',\n        // `'BEAM'` for |, `'UNDERLINE'` for _, `'BLOCK'` for █\n        cursorShape: 'BLOCK',\n        // set to `true` (without backticks and without quotes) for blinking cursor\n        cursorBlink: false,\n        // color of the text\n        foregroundColor: '#fff',\n        // terminal background color\n        // opacity is only supported on macOS\n        backgroundColor: '#000',\n        // terminal selection color\n        selectionColor: 'rgba(248,28,229,0.3)',\n        // border color (window, tabs)\n        borderColor: '#333',\n        // custom CSS to embed in the main window\n        css: '',\n        // custom CSS to embed in the terminal window\n        termCSS: '',\n        // set custom startup directory (must be an absolute path)\n        workingDirectory: '',\n        // if you're using a Linux setup which show native menus, set to false\n        // default: `true` on Linux, `true` on Windows, ignored on macOS\n        showHamburgerMenu: '',\n        // set to `false` (without backticks and without quotes) if you want to hide the minimize, maximize and close buttons\n        // additionally, set to `'left'` if you want them on the left, like in Ubuntu\n        // default: `true` (without backticks and without quotes) on Windows and Linux, ignored on macOS\n        showWindowControls: '',\n        // custom padding (CSS format, i.e.: `top right bottom left`)\n        padding: '12px 14px',\n        // the full list. if you're going to provide the full color palette,\n        // including the 6 x 6 color cubes and the grayscale map, just provide\n        // an array here instead of a color map object\n        colors: {\n            black: '#000000',\n            red: '#C51E14',\n            green: '#1DC121',\n            yellow: '#C7C329',\n            blue: '#0A2FC4',\n            magenta: '#C839C5',\n            cyan: '#20C5C6',\n            white: '#C7C7C7',\n            lightBlack: '#686868',\n            lightRed: '#FD6F6B',\n            lightGreen: '#67F86F',\n            lightYellow: '#FFFA72',\n            lightBlue: '#6A76FB',\n            lightMagenta: '#FD7CFC',\n            lightCyan: '#68FDFE',\n            lightWhite: '#FFFFFF',\n            limeGreen: '#32CD32',\n            lightCoral: '#F08080',\n        },\n        // the shell to run when spawning a new session (i.e. /usr/local/bin/fish)\n        // if left empty, your system's login shell will be used by default\n        //\n        // Windows\n        // - Make sure to use a full path if the binary name doesn't work\n        // - Remove `--login` in shellArgs\n        //\n        // Windows Subsystem for Linux (WSL) - previously Bash on Windows\n        // - Example: `C:\\\\Windows\\\\System32\\\\wsl.exe`\n        //\n        // Git-bash on Windows\n        // - Example: `C:\\\\Program Files\\\\Git\\\\bin\\\\bash.exe`\n        //\n        // PowerShell on Windows\n        // - Example: `C:\\\\WINDOWS\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe`\n        //\n        // Cygwin\n        // - Example: `C:\\\\cygwin64\\\\bin\\\\bash.exe`\n        shell: '/usr/local/bin/fish',\n        // for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)\n        // by default `['--login']` will be used\n        shellArgs: ['--login'],\n        // for environment variables\n        env: {},\n        // Supported Options:\n        //  1. 'SOUND' -\u003e Enables the bell as a sound\n        //  2. false: turns off the bell\n        bell: 'SOUND',\n        // An absolute file path to a sound file on the machine.\n        // bellSoundURL: '/path/to/sound/file',\n        // if `true` (without backticks and without quotes), selected text will automatically be copied to the clipboard\n        copyOnSelect: false,\n        // if `true` (without backticks and without quotes), hyper will be set as the default protocol client for SSH\n        defaultSSHApp: true,\n        // if `true` (without backticks and without quotes), on right click selected text will be copied or pasted if no\n        // selection is present (`true` by default on Windows and disables the context menu feature)\n        quickEdit: false,\n        // choose either `'vertical'`, if you want the column mode when Option key is hold during selection (Default)\n        // or `'force'`, if you want to force selection regardless of whether the terminal is in mouse events mode\n        // (inside tmux or vim with mouse mode enabled for example).\n        macOptionSelectionMode: 'vertical',\n        // Whether to use the WebGL renderer. Set it to false to use canvas-based\n        // rendering (slower, but supports transparent backgrounds)\n        webGLRenderer: true,\n        // keypress required for weblink activation: [ctrl|alt|meta|shift]\n        // todo: does not pick up config changes automatically, need to restart terminal :/\n        webLinksActivationKey: '',\n        // if `false` (without backticks and without quotes), Hyper will use ligatures provided by some fonts\n        disableLigatures: true,\n        // set to true to disable auto updates\n        disableAutoUpdates: false,\n        // set to true to enable screen reading apps (like NVDA) to read the contents of the terminal\n        screenReaderMode: false,\n        // for advanced config flags please refer to https://hyper.is/#cfg\n    },\n    // a list of plugins to fetch and install from npm\n    // format: [@org/]project[#version]\n    // examples:\n    //   `hyperpower`\n    //   `@company/project`\n    //   `project#1.0.1`\n    plugins: [\"hyper-material-theme\"],\n    // in development, you can create a directory under\n    // `~/.hyper_plugins/local/` and include it here\n    // to load it and avoid it being `npm install`ed\n    localPlugins: [],\n    keymaps: {\n    // Example\n    // 'window:devtools': 'cmd+alt+o',\n    },\n};\n//# sourceMappingURL=config-default.js.map\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertobdev%2Fsettings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertobdev%2Fsettings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertobdev%2Fsettings/lists"}