Skip to content

Instantly share code, notes, and snippets.

View Drewbi's full-sized avatar
🚫
Build Failed

Drew Alexander Drewbi

🚫
Build Failed
View GitHub Profile
@Drewbi
Drewbi / index.html
Created January 13, 2024 06:41
Space Invader Demo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space invaders</title>
</head>
<body>
💻 Pushed 133 commits in the last week
🆒 Opened PR #██ in ██████████
❌ Closed PR #██ in ██████
❌ Closed PR #██ in ██████████
❌ Closed PR #███ in ████████
🌟 Starred repo: current_user/repo
ᛘ Forked repo: ██████████
🗣 Commented on #██ in ███████████
🌟 Starred repo: really_cool/repo
@Drewbi
Drewbi / Recent Activity
Last active July 21, 2024 05:06
Recent Public Activity
💻 No commits in the last week
⑂ Created branch main in repo: Drewbi/frekled
⑂ Created branch null in repo: Drewbi/frekled
🌟 Starred repo: toitlang/toit
@Drewbi
Drewbi / settings.json
Last active August 12, 2019 05:12
VSCode settings and custom theme
{
"workbench.colorTheme": "Material Theme Darker",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.suggestSelection": "first",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"java.errors.incompleteClasspath.severity": "ignore",
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "newUntitledFile",
alias enter='enter.csh'
alias ccc='cc -std=c99 -Wall -Werror -pedantic'
alias python='python3'
alias clear='rm $HISTFILE; clear'
export PATH=/opt/apache-maven-3.6.0/bin:$PATH
export PATH=$HOME/bin:/usr/local/bin:$PATH
export JAVA_HOME=$(/usr/libexec/java_home)
export ZSH=$HOME/.oh-my-zsh
@Drewbi
Drewbi / .hyper.js
Last active May 6, 2019 15:15
Hyper Config
// Drew's Minimal hyper config
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// default font size in pixels for all tabs
fontSize: 12,