Skip to content

Instantly share code, notes, and snippets.

View ammrat13's full-sized avatar

Ammar Ratnani ammrat13

View GitHub Profile

Setup

  • Base System
    • base
    • base-devel
    • linux
    • linux-firmware
    • linux-headers
    • dkms
    • amd-ucode
  • Bootloader
@ammrat13
ammrat13 / build.gradle
Last active September 23, 2020 21:52
A Gradle build file that cooperates with VS Code
plugins {
// We will use Java for this project
id 'application'
id 'java'
id 'org.openjfx.javafxplugin' version '0.0.9'
// Use Checkstyle for linting
id 'checkstyle'
// Integrate with VS Code
id 'eclipse'
}
@ammrat13
ammrat13 / .bashrc
Last active December 13, 2024 21:05
My configuration files
# Sourced on shell startup
# Also sourced on login since .bash_profile calls this
# Add extra binaries as needed
export PATH="${HOME}/.nimble/bin/:${PATH}"
# Set up Java's environment
export JAVA_HOME="/usr/lib/jvm/default-runtime"
;; Start common.asm
;;
;; A file containing macros that may be useful to include. Mostly contains
;; basic operations that would be included on a modern architecture.
; REGISTER DEFINITIONS: ----------
#ifnc LR
#constant LR R7