Skip to content

Instantly share code, notes, and snippets.

View MetalDevOps's full-sized avatar
🏠
Working from home

Erik Ferreira MetalDevOps

🏠
Working from home
View GitHub Profile
from google.colab import drive
drive.mount('/content/drive')
# set path to the folder!
PATH = '/content/drive'
print(PATH)
@MetalDevOps
MetalDevOps / starship.toml
Created June 10, 2021 01:58
starship.toml
[memory_usage]
[hg_branch]
[character]
success_symbol = "[➜](bold green)"
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
@MetalDevOps
MetalDevOps / starship.toml
Created June 10, 2021 01:58 — forked from dvbnrg/starship.toml
starship.toml
# Don't print a new line at the start of the prompt
# add_newline = false
format = """
[╭─accounts─➜⇉❯>](bold blue) $username$gcloud$aws$kubernetes
[┣─system───➜⇉❯>](bold yellow) $time$status$cmd_duration$hostname$memory_usage$jobs$battery
[┣─project──➜⇉❯>](bold red) $directory$rust$package$git_branch$git_status$golang$terraform$docker_context
[╰─cmd─➜⇉❯>](bold green)
"""
@MetalDevOps
MetalDevOps / input.conf
Created January 11, 2020 20:29 — forked from Hikari9/input.conf
MPV Config File for Ceylon (anime)
AXIS_UP ignore
AXIS_DOWN ignore
AXIS_LEFT ignore
AXIS_RIGHT ignore
MOUSE_BTN3 add volume 5
MOUSE_BTN4 add volume -5
MOUSE_BTN5 seek -5
MOUSE_BTN6 seek 5