This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export LC_CTYPE=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 | |
# Must run on Proxmox VE 7 server | |
# Not sure how to handle a cluster - either run on each node or copy template after creating on one? | |
# e.g. $ ssh [email protected] < proxmox-create-cloud-template.sh | |
SRC_IMG="https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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) | |
#""" | |
#format = '$all' | |
[localip] | |
ssh_only = false |