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 / .gitconfig
Created February 10, 2025 18:22
.gitconfig
[user]
name = Maria Rabelero
email = [email protected]
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RF
[alias]
co = checkout
br = branch
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
@Melonangie
Melonangie / smalld.yml
Last active February 13, 2025 16:44
Conda Data Science Enviroment
#==========================================
#
# Start env
# ----------------------------------------
# conda activate smalld
# jupyter lab
#
# Stop env
# ----------------------------------------
# conda deactivate
@Melonangie
Melonangie / 0.pre-install-nvidia.md
Last active February 20, 2025 14:01
Pre-setup M15 R6 Nvidia for Data Science

Pre-Install

Install Ubuntu

sudo apt -y update && sudo apt -y upgrade && sudo apt -y autoremove
sudo apt -y install kitty
mkdir ~/.config/kitty
@Melonangie
Melonangie / sublime-settings.json
Last active February 10, 2025 04:05
Setup sublime personal config
{
"font_face": "SauceCodePro Nerd Font, Light",
"font_size": 11,
"font_options": ["gray_antialias", "subpixel_antialias"],
"word_separators": "./\\()\\'-:,.;<>~!@#%^&*|+=[]{}`~?",
"margin": 0,
"fade_fold_buttons": false,
"rulers": [80],
"ruler_style": "solid",
"spell_check": true,
@Melonangie
Melonangie / bigd.yml
Last active February 10, 2025 00:05
Conda Data Science Enviroment
#==========================================
#
# Start env
# ----------------------------------------
# conda activate bigd
# jupyter lab
#
# Stop env
# ----------------------------------------
# conda deactivate
@Melonangie
Melonangie / 2.post-configs.md
Last active February 21, 2025 22:27
Post-setup M15 R6 for Data Science

Gnome

Cursor

tar -xf ~/Downloads/oreo-spark-purple-cursors.tar.gz -C ~/.icons
gsettings set  org.gnome.desktop.interface cursor-theme oreo_spark_purple_cursors

Icons

@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 \