2019-03-11 19:00:03 +01:00
export GPG_TTY = $( tty) # "It is important that this environment variable always reflects the output of the tty command". Source: https://gnupg.org/documentation/manuals/gnupg-devel/Invoking-GPG_002dAGENT.html
2019-03-06 17:59:45 +01:00
Drop OSX support; support desktop, laptop, cloudtop
Dropping support for OSX. Moving forward these dotfiles will depend on Linux
systems. Furthermore, since I'm support a ~/bin, the machines that consume these
dotfiles depend on i386 architectures. Linux and i386 are two dependencies that
I'm okay with since the leverage this assumption provides, makes their existence
tolerable.
There is some Google leakage herein, which includes aliases, functions, and
mentions of cloudtop. For now, this is okay. I may break the Google specific
code into its own repository, but for now, this is less maintenance.
This also introduces a ~/.profile instead of erroneously defining environment
variables in my zshrc file, which was unadvised.
This is a large commit and also introduces new aliases, variables, functions
that I accumulated over the past week or so while migrating away from OSX and
onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-18 15:14:26 +01:00
date_fmt = %b-%d-%Y_%T # my preferred date formatting string used for generated filename
2019-03-04 18:52:55 +01:00
2019-03-06 17:59:45 +01:00
# ZSH's static named directories
2019-03-08 19:17:41 +01:00
hash -d pro = ~/programming
Drop OSX support; support desktop, laptop, cloudtop
Dropping support for OSX. Moving forward these dotfiles will depend on Linux
systems. Furthermore, since I'm support a ~/bin, the machines that consume these
dotfiles depend on i386 architectures. Linux and i386 are two dependencies that
I'm okay with since the leverage this assumption provides, makes their existence
tolerable.
There is some Google leakage herein, which includes aliases, functions, and
mentions of cloudtop. For now, this is okay. I may break the Google specific
code into its own repository, but for now, this is less maintenance.
This also introduces a ~/.profile instead of erroneously defining environment
variables in my zshrc file, which was unadvised.
This is a large commit and also introduces new aliases, variables, functions
that I accumulated over the past week or so while migrating away from OSX and
onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-18 15:14:26 +01:00
hash -d dot = " $DOTFILES "
2019-10-09 13:13:56 +02:00
hash -d wpg = ~/.config/wpg/templates
2019-03-08 19:17:41 +01:00
hash -d citc = /google/src/cloud/$USER
hash -d doc = ~/Documents
hash -d d = ~/Downloads
hash -d ss = ~/Pictures/screenshots
2019-10-09 13:13:56 +02:00
hash -d fonts = " $DOTFILES /configs/shared/.local/share/fonts "
hash -d sounds = " $DOTFILES /configs/shared.local/share/sounds "
hash -d wallpaper = " $DOTFILES /configs/shared/.local/share/wallpaper "
Drop OSX support; support desktop, laptop, cloudtop
Dropping support for OSX. Moving forward these dotfiles will depend on Linux
systems. Furthermore, since I'm support a ~/bin, the machines that consume these
dotfiles depend on i386 architectures. Linux and i386 are two dependencies that
I'm okay with since the leverage this assumption provides, makes their existence
tolerable.
There is some Google leakage herein, which includes aliases, functions, and
mentions of cloudtop. For now, this is okay. I may break the Google specific
code into its own repository, but for now, this is less maintenance.
This also introduces a ~/.profile instead of erroneously defining environment
variables in my zshrc file, which was unadvised.
This is a large commit and also introduces new aliases, variables, functions
that I accumulated over the past week or so while migrating away from OSX and
onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-18 15:14:26 +01:00
hash -d org = " $ORG_DIRECTORY "
hash -d x20 = /google/data/rw/users/wp/wpcarro # remember: to access x20, you need to run `prodaccess`
2019-04-09 19:38:53 +02:00
hash -d experimental = ./experimental/users/wpcarro
2019-03-08 19:17:41 +01:00
# named directories for commonly used projects
hash -d korvus_framework = ./java/com/google/corp/sales
hash -d korvus_services = ./corp/sales/casesautomation
hash -d escalations = ./corp/gtech/pto/tda/beacons_extension
hash -d ultra = ./ads/doubleclick/systems/crm
hash -d incentives_fe = ./experimental/adservices/jarvis/jarvis_extension/jarvis_staging/js
hash -d incentives_be = ./experimental/adservices/tesseract/handlers/incentives
2019-03-27 19:28:59 +01:00
hash -d spewall_fe = ./alkali/apps/speakeasydashboard
hash -d spewall_be = ./java/com/google/alkali/applications/speakeasydashboard
hash -d spewall_protos = ./google/internal/alkali/applications/speakeasydashboard
hash -d spewall_tests = ./javatests/com/google/alkali/applications/speakeasydashboard
2019-03-06 17:59:45 +01:00
Drop OSX support; support desktop, laptop, cloudtop
Dropping support for OSX. Moving forward these dotfiles will depend on Linux
systems. Furthermore, since I'm support a ~/bin, the machines that consume these
dotfiles depend on i386 architectures. Linux and i386 are two dependencies that
I'm okay with since the leverage this assumption provides, makes their existence
tolerable.
There is some Google leakage herein, which includes aliases, functions, and
mentions of cloudtop. For now, this is okay. I may break the Google specific
code into its own repository, but for now, this is less maintenance.
This also introduces a ~/.profile instead of erroneously defining environment
variables in my zshrc file, which was unadvised.
This is a large commit and also introduces new aliases, variables, functions
that I accumulated over the past week or so while migrating away from OSX and
onto my new setup. Hopefully in the future I'll be more precise with my commits.
2019-03-18 15:14:26 +01:00
# 8-bit colors
black = '\u001b[30m'
red = '\u001b[31m'
green = '\u001b[32m'
yellow = '\u001b[33m'
blue = '\u001b[34m'
magenta = '\u001b[35m'
cyan = '\u001b[36m'
white = '\u001b[37m'
bright_black = '\u001b[30;1m'
bright_red = '\u001b[31;1m'
bright_green = '\u001b[32;1m'
bright_yellow = '\u001b[33;1m'
bright_blue = '\u001b[34;1m'
bright_magenta = '\u001b[35;1m'
bright_cyan = '\u001b[36;1m'
bright_white = '\u001b[37;1m'
2019-03-24 17:07:55 +01:00
# some of my favorite emojis as unicode
facepalm = '\U1F926'
eyeroll = '\U1F644'
sheesh = '\U1F62C'
see_no_evil = '\U1F648'
blush = '\U1F60A'
wink = '\U1F609'
laugh = '\U1F923'
2019-03-04 18:52:55 +01:00
# commonly used config files
v = " $HOME /.config/nvim/init.vim "
e = " $HOME /.emacs.d/init.el "
z = " $HOME /.zshrc "
a = " $HOME /aliases.zsh "
f = " $HOME /functions.zsh "
l = " $HOME /variables.zsh " # v is taken by vim
2019-03-06 17:59:45 +01:00
x = " $HOME /.Xresources "
2019-10-09 13:13:56 +02:00
n = "/etc/nixos/configuration.nix"