Skip to content

Instantly share code, notes, and snippets.

View runys's full-sized avatar

Tiago Pereira runys

View GitHub Profile
@orleonedev
orleonedev / MyFonts.swift
Created April 21, 2022 18:19
Custom fonts for Swiftpm
import Foundation
import SwiftUI
public struct MyFonts {
public static func registerFonts() {
registerFont(bundle: Bundle.main , fontName: "YOUR-FONT-HERE", fontExtension: ".ttf") //change according to your ext.
}
fileprivate static func registerFont(bundle: Bundle, fontName: String, fontExtension: String) {
@natelandau
natelandau / .bash_profile
Last active April 30, 2024 18:07
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management