Skip to content
View 0x00webs's full-sized avatar
πŸ•·οΈ
(^_^)
πŸ•·οΈ
(^_^)

Block or report 0x00webs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0x00webs/README.md

[ + ] Hi there πŸ‘‹

0x00webs Configs

This repository contains my personal configuration files for daily development. It’s organized to help me quickly set up a new machine or maintain a consistent environment across systems.

Structure

.
β”œβ”€β”€ git/              # Git configuration files
β”‚   └── .gitconfig
β”œβ”€β”€ ssh/              # SSH keys and config
β”‚   β”œβ”€β”€ config
β”‚   └── README.md
β”œβ”€β”€ vscode/           # Visual Studio Code settings
β”‚   β”œβ”€β”€ settings.json
β”‚   └── README.md
└── README.md         # This file

Overview

  • git/ – My .gitconfig for aliases, commit helpers, color settings, merge/diff tools, and multi-account support.
  • ssh/ – SSH configuration and documentation, including aliases for GitHub and other hosts.
  • vscode/ – Custom VSCode settings for an optimized workflow.

Usage

  1. Git – Copy or include .gitconfig into ~/.gitconfig:

    cp git/.gitconfig ~/.gitconfig
  2. SSH – Copy the config to ~/.ssh/config and set correct permissions:

    cp ssh/config ~/.ssh/config
    chmod 600 ~/.ssh/config
  3. VSCode – Copy settings.json to your VSCode user settings folder:

    cp vscode/settings.json ~/.config/Code/User/settings.json

Each directory contains its own README for more detailed setup instructions.


TL;DR

This repository is my go-to toolkit for quickly setting up development environments with consistent Git, SSH, and VSCode configurations.

Popular repositories Loading

  1. 0x00webs.github.io 0x00webs.github.io Public

    TypeScript

  2. 0x00webs 0x00webs Public

    0x00webs Configs

  3. 0x00webs-blog 0x00webs-blog Public

    0x00webs-blog

    Vue

  4. mqtt-dash mqtt-dash Public

    mqtt-dash

    JavaScript

  5. iot-fota-platform iot-fota-platform Public

    Secure FOTA Platform for IoT Devices

    Shell

  6. fota-firmware-libs fota-firmware-libs Public

    Secure FOTA firmware libraries for ESP32 and ESP8266 with device auth, PKI, and OTA verification

    C++