Commit f9a9c81f authored by nimrod's avatar nimrod
Browse files

Get rid of the Archive directory.

It was nice in theory, but the Nextcloud client (and inotify in general)
don't perform well with many files (and git repos have a lot of files in
.git/). Backup the git repos differently and now I have a much more
manageable Documents folder.
parent a3750689
Loading
Loading
Loading
Loading

Archive/Endless/.gnupg/.gitkeep

deleted100644 → 0
+0 −0

Empty file deleted.

+9 −0
Original line number Diff line number Diff line
source_up
layout pipenv
export AWS_DEFAULT_PROFILE='chorusone'
export AWS_PROFILE='chorusone'
export GIT_AUTHOR_EMAIL='nimrod@chorus.one'
export KUBECONFIG="$HOME/Documents/ChorusOne/kubeconfig.yaml"
export VAULT_ADDR=https://vault.prod.chorus1.net:8200
export CLOUDSDK_ACTIVE_CONFIG_NAME='chorusone'
. .envrc.private
Loading