small pixel drawing of a pufferfish dotfiles

tf alias, add shared, add feed
j3s j3s@c3f.net
Thu, 18 Mar 2021 10:32:59 -0500
commit

7afbc506196164839823ada1258fe7bd0262afe9

parent

792097fdbf3186e6f2271f06503dea2f97c5f282

3 files changed, 3 insertions(+), 1 deletions(-)

jump to
M .config/rss-feeds.txt.config/rss-feeds.txt

@@ -17,3 +17,4 @@ https://spencerkrum.com/index.xml

https://georgerrmartin.com/notablog/feed https://www.ryanprior.com/posts/index.xml https://kattraxler.github.io/feed.xml +https://linuxwit.ch/feed.xml
M .env.env

@@ -70,6 +70,7 @@ alias ls=gls

alias df=gdf alias cdr='cd $(find ~/git/chef/cloud-roles ~/git/chef/site-cookbooks ~/git/chef/app-cookbooks ~/git/chef/dc-roles -type d -maxdepth 1 | selecta)' alias be='bundle exec' + alias terraform='AWS_PROFILE=cgraph_prod /usr/local/bin/terraform $@' export CHEFUSER="jolson" export CHEF_ENV="browse_test" # just for .chef/config.rb export AWS_ENV="browse_test" # just for aws cli
M bin/MACC02VK5ECHTD7/jws-fetchbin/MACC02VK5ECHTD7/jws-fetch

@@ -2,7 +2,7 @@ #!/bin/sh

date=$(date +%s) for r in us-east-1 us-west-2; do - for p in browse cgraph; do + for p in browse cgraph shared; do for e in test stage prod; do dir="$HOME/.jws/${r}/${p}/${e}" mkdir -p "$dir"