Skip to content

Instantly share code, notes, and snippets.

View 3ayazaya's full-sized avatar
💻
Hack everyday, hack everywhere

Daniil Zaytsev 3ayazaya

💻
Hack everyday, hack everywhere
View GitHub Profile
@3ayazaya
3ayazaya / zshrc
Last active October 12, 2022 04:15
My zshrc config file
# If you come from bash you might have to change your $PATH.
#export PATH=$HOME/bin:/usr/local/bin:/usr/local/lib/python3.7/site-packages:$PATH
#export PATH=/usr/local/lib/python3.7/site-packages:$PATH
export DEVKITPRO=/opt/devkitpro/
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
export PATH=/Library/Java/JavaVirtualMachines/bin:$PATH
export PATH="$PATH:/Users/z0yac/Documents/ghidra_10.0.4_PUBLIC"
# Path to your oh-my-zsh installation.
export ZSH="/Users/z0yac/.oh-my-zsh"
#export LUA_CPATH="/usr/local/opt/lua/include/lua5.4"
@3ayazaya
3ayazaya / starship.toml
Last active August 23, 2024 11:20
My Starship terminal configuration file
#format = """
#[╭─user───❯](bold blue) $username
#[┣─system─❯](bold yellow) $hostname
#[┣─project❯](bold red) $directory$rust$git_branch$git_status$package$golang$terraform$docker_context$python$docker_context$nodejs
#[╰─cmd────❯](bold green)
#"""
[username]
style_user = "green bold"
style_root = "red bold"
format = "[$user]($style) "