Skip to content

Instantly share code, notes, and snippets.

View en3sis's full-sized avatar
:octocat:
.dev

Sorin Curescu en3sis

:octocat:
.dev
View GitHub Profile
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
# For DHCP it is recommended to remove these ports and instead add: network_mode: "host"
ports:
- "53:53/tcp"
@en3sis
en3sis / vsc
Created January 10, 2023 09:47
settings for VSC
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.linkedEditing": true,
"html.autoClosingTags": true,
"javascript.autoClosingTags": true,
"typescript.autoClosingTags": true,
"editor.bracketPairColorization.enabled": true,
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
@en3sis
en3sis / iterm2.json
Last active January 10, 2023 09:49
iTerm2 Settings
{
"Prompt Before Closing 2" : true,
"Selected Text Color" : {
"Red Component" : 0.90000000000000002,
"Color Space" : "sRGB",
"Blue Component" : 0.90000000000000002,
"Alpha Component" : 1,
"Green Component" : 0.90000000000000002
},
"Rows" : 35,
colo delek
syntax on
:set number
:colorscheme delek
:set hlsearch
"pages": [
{
"title": "EOS Design System",
"description": "EOS Design System is SUSE's solution for cohesive UX/UI in Open Source enterprise products. It helps developers to autonomously deliver consistent UX and engaging interfaces.",
"path": "/"
},
{
"title": "Welcome to EOS Design System | EOS",
"description": "EOS provides developers with comprehensive guides on Colors, Icons and Writing. This tools will enable you to deliver engaging UI and consistent UX",
"path": "/dashboard"