Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
open .default-cloud-sdk-components | lines | each { |component| gcloud components install $component } |
keybinds { | |
normal { | |
bind "Ctrl a" { SwitchToMode "tmux"; } | |
} | |
} | |
plugins { | |
tab-bar { path "tab-bar"; } | |
status-bar { path "status-bar"; } | |
strider { path "strider"; } |
format = """ | |
$username\ | |
$hostname\ | |
$directory\ | |
$git_branch\ | |
$git_state\ | |
$git_status\ | |
$cmd_duration\ | |
$line_break\ | |
$python\ |
import os | |
if 'PYTHONHISTFILE' in os.environ: | |
history = os.path.expanduser(os.environ['PYTHONHISTFILE']) | |
elif 'XDG_DATA_HOME' in os.environ: | |
history = os.path.join(os.path.expanduser(os.environ['XDG_DATA_HOME']), 'python', 'python_history') | |
else: | |
history = os.path.join(os.path.expanduser('~'), '.python_history') | |
history = os.path.abspath(history) |
# DIRCOLOR file for the mac. | |
# Designed for a text on black terminal. | |
# Below, there should be one TERM entry for each terminal | |
# type that can be colored. | |
TERM linux | |
TERM linux-c | |
TERM mach-color | |
TERM console | |
TERM con132x25 |
# This file controls the behaviour of line input editing for | |
# programs that use the GNU Readline library. Existing | |
# programs include FTP, Bash, and GDB. | |
# Manual https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File.html | |
# Copied from "A ~/.inputrc for Humans" (https://www.topbug.net/blog/2017/07/31/inputrc-for-humans) | |
# Include any system-wide bindings and variable assignments | |
$include /etc/inputrc |
tap "derailed/k9s" | |
tap "fishtown-analytics/dbt" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
tap "linuxbrew/xorg" | |
tap "loadimpact/k6" | |
tap "txn2/tap" | |
tap "wagoodman/dive" |
tap "argoproj/tap" | |
tap "azure/draft" | |
tap "boz/repo" | |
tap "browsh-org/browsh" | |
tap "contribsys/faktory" | |
tap "datawire/blackbird" | |
tap "davrodpin/mole" | |
tap "derailed/k9s" | |
tap "dtan4/dtan4" | |
tap "eko/tap" |
tap "azure/draft" | |
tap "boz/repo" | |
tap "browsh-org/browsh" | |
tap "contribsys/faktory" | |
tap "datawire/blackbird" | |
tap "davrodpin/mole" | |
tap "derailed/k9s" | |
tap "dtan4/dtan4" | |
tap "fishtown-analytics/dbt" | |
tap "fluidkeys/tap" |