Skip to content

Instantly share code, notes, and snippets.

View lordvidex's full-sized avatar
Exploring...

Owamoyo Evans lordvidex

Exploring...
View GitHub Profile
{
"remote.SSH.useLocalServer": false,
"workbench.colorTheme": "Catppuccin Frappé",
"editor.cursorSmoothCaretAnimation": "on",
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"svelte.enable-ts-plugin": true,
"editor.minimap.enabled": false,
"editor.lineNumbers": "relative",
import 'package:flutter/material.dart';
@immutable
class ClipShadowPath extends StatelessWidget {
final Shadow shadow;
final CustomClipper<Path> clipper;
final Widget child;
ClipShadowPath({
@required this.shadow,
@matthewjberger
matthewjberger / instructions.md
Last active July 26, 2024 20:48
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache