Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
{ | |
/* GENERAL/WORKBENCH*/ | |
"update.mode": "manual", | |
"workbench.colorTheme": "Mayukai Sunset", | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.untitled.hint": "hidden", | |
"workbench.fontAliasing": "auto", | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.settings.editor": "json", | |
"workbench.settings.useSplitJSON": true, |
// Place your key bindings in this file to override the defaults | |
[ | |
// The following are Kevin's keybindings for VSCode | |
// They are made available under CC BY 4.0 | |
// | |
// To navigate | |
// `==` denote sections | |
// `---` denotes subsections | |
// | |
// == Dendron |
#!/bin/zsh | |
#Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
#Disabling unwanted services on macOS 11 Big Sur (11) and macOS Monterey (12) | |
#Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
#Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist & disabled.205.plist | |
# user | |
TODISABLE=() |
#!/usr/bin/python | |
import uuid | |
import os | |
from zipfile import ZipFile, is_zipfile | |
import sys | |
import time | |
from random import randint | |
import argparse | |
import re |
apiVersion: 1.0.0 | |
metadata: | |
generateName: quarkus- | |
projects: | |
- name: quarkus-quickstarts | |
source: | |
type: url | |
location: "https://github.com/karstengresch/quarkus-quickstarts.git" | |
components: | |
- type: chePlugin |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: fluentd-config | |
namespace: fluentd | |
labels: | |
app: fluentd | |
data: | |
fluentd.conf: | | |
@include prometheus.conf |
^(?P<author>([^\-_0-9]+)(?=\s*-\s*)(?!\s*-\s*[0-9.]+)|\b)(\s*-\s*)?(?P<title>([^\-_\[\(]+)) |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
metadata: | |
name: quarkus-commandmode-u0k0p | |
projects: | |
- name: quarkus-quickstarts | |
source: | |
location: 'https://github.com/sunix/quarkus-quickstarts.git' | |
type: git | |
sparseCheckoutDir: getting-started-command-mode | |
branch: commandmode | |
attributes: |
metadata: | |
name: user1-workspace | |
components: | |
- id: redhat/java/latest | |
type: chePlugin | |
- mountSources: true | |
endpoints: | |
- name: web-user1 | |
port: 8080 | |
attributes: |