Skip to content

Instantly share code, notes, and snippets.

View JustCoderdev's full-sized avatar
🔥
Buring out 😢

JustCode JustCoderdev

🔥
Buring out 😢
View GitHub Profile
@0atman
0atman / configuration.nix
Last active July 5, 2024 04:13
A rebuild script that commits on a successful build
{
config,
pkgs,
options,
...
}: let
hostname = "oatman-pc"; # to alllow per-machine config
in {
networking.hostName = hostname;

Adding Dependencies

Introduction

Adding Dependencies allows you to access hooks, tools and apis provided by other mods. Depending on other's code allows you to spend lesser time on writing your code, and more time on refining it. A commonly used dependency in fabric is Fabric API.

Adding the repository

Open your build.gradle file and add the required maven repositories

repositories {
    maven {
 name = "Example"
@jlyonsmith
jlyonsmith / Mac Keyboard Symbols.md
Last active May 30, 2024 09:35 — forked from Zenexer/Mac Keyboard Symbols.md
List of Mac/Apple keyboard symbols

Common symbols

Modifiers

When a key combination is displayed, the modifiers are written in the order presented here. For example, Control + Option + Shift + Command + Q would be written as ⌃⌥⇧⌘Q.

Sym Key Alt
Control
Option