my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

jj: separate work config

authored by

Jes Olson and committed by
Jes Olson
be09948c 6be05a2c

+12 -7
+2
.config/jj/work.toml
··· 1 + [user] 2 + email = "jolson@digitalocean.com"
+10 -7
.profile
··· 9 9 export XDG_CURRENT_DESKTOP=sway 10 10 ## 11 11 12 - ## DO 13 - export CHEF_USER_NAME=jolson 14 - export KITCHEN_SSH_GATEWAY_USERNAME=jolson 15 - export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 16 - export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" 17 - ## 18 - 19 12 # this apparently makes java windows not suck 20 13 # for reasons beyond my mortal comprehension 21 14 # used for: 22 15 # - arduino ide 23 16 export _JAVA_AWT_WM_NONREPARENTING=1 17 + 18 + ## DO stufffff 19 + if [ "$(hostname)" = "zora" ]; then 20 + alias jj='jj --config-toml "$(cat $HOME/.config/jj/work.toml)"' 21 + export CHEF_USER_NAME=jolson 22 + export KITCHEN_SSH_GATEWAY_USERNAME=jolson 23 + export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 24 + export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" 25 + fi 26 + ##