Skip to content

Instantly share code, notes, and snippets.

View Melonangie's full-sized avatar

angie Melonangie

  • kenzo corp
  • Tijuana
View GitHub Profile
@Melonangie
Melonangie / .ignore
Created February 23, 2024 03:32
.ignore
*.csv
*.css
*.html
*.xml
*.txt
*.rst
*.min.js
*.built.js
*.bundle.js
*.js.fixed
@Melonangie
Melonangie / kitty.conf
Last active February 17, 2025 06:32
kitty.config
# https://sw.kovidgoyal.net/kitty/conf/
font_family OpenDyslexicM Nerd Font
font_features OpenDyslexicMNFM-Regular +zero +onum
font_size 13.0
adjust_line_height 1
disable_ligatures never
cursor #FF69B4
cursor_text_color #FFFFFF
cursor_shape block
@Melonangie
Melonangie / 1.install-nvidia-gpu.md
Last active February 20, 2025 12:41
Setup M15 R6 Nvidia for Data Science
sudo apt -y install ca-certificates
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

echo \
@Melonangie
Melonangie / 1.install-nvidia-data-science-stack.md
Last active February 26, 2024 01:26
Setup M15R6 Nvidia for Data Science - Using the Nvidia Data Science Stack https://github.com/NVIDIA/data-science-stack
git clone https://github.com/NVIDIA/data-science-stack
cd data-science-stack
./data-science-stack setup-system
sudo reboot
  • Update and source ~/.zshrc
Wow... Loved this place.
Crust is not good.
Not tasty and the texture was just nasty.
Stopped by during the late May bank holiday off Rick Steve recommendation and loved it.
The selection on the menu was great and so were the prices.
Now I am getting angry and I want my damn pho.
Honeslty it didn't taste THAT fresh.)
The potatoes were like rubber and you could tell they had been made up ahead of time being kept under a warmer.
The fries were great too.
A great touch.
@Melonangie
Melonangie / iterm2
Last active November 19, 2019 14:25
iterm configuration
# install Drak Paster theme
https://iterm2colorschemes.com/
# Install zsh https://ohmyz.sh/
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Themes with commit time:
# ZSH_THEME="smt"
# ZSH_THEME="hyperzsh" https://github.com/tylerreckart/hyperzsh
# ZSH_THEME="nt9" https://github.com/lenguyenthanh/nt9-oh-my-zsh-theme
EMOJI=(💩 🎨 🍕 ☕️ 💀 🐷 🐼 🐶 🐸 🐧 🐳 🍔 🍣 🍻 🔮 💰 💎 💜 🍪 🐌 )
function random_emoji {
echo -n "$EMOJI[$RANDOM%$#EMOJI+1]"
}
# The prompt
#PROMPT='%D{%H:%M} $(_python_venv)%{$fg[cyan]%}%c $(git_prompt_info)%{$reset_color%}$(_git_time_since_commit)$(git_prompt_status)${_return_status}➜ '
# Prompt with SHA
# Copy and self modified from ys.zsh-theme, the one of default themes in master repository
# Clean, simple, compatible and meaningful.
# Tested on Linux, Unix and Windows under ANSI colors.
# It is recommended to use with a dark background and the font Inconsolata.
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white.
# http://xiaofan.at
# 2 Jul 2015 - Xiaofan
# Machine name.
function box_name {
@Melonangie
Melonangie / designer.html
Created January 19, 2015 19:11
designer
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-drawer-panel/core-drawer-panel.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;