diff options
Diffstat (limited to 'TODOs.org')
-rw-r--r-- | TODOs.org | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/TODOs.org b/TODOs.org new file mode 100644 index 0000000..15f6f9a --- /dev/null +++ b/TODOs.org @@ -0,0 +1,52 @@ +* Tasks +* COMMENT DONE +** CANCELLED Put README steps in script? +** CANCELLED Add CI tests? +Instead of adding limited tests to CI (too many files would be encrypted), I'd rather run tests on every load. +Like in https://gitlab.com/EuAndreh/dotfiles/blob/6e83efca9550cce39375710863ef5acb495f6236/encrypted/nu/nurc.sh#L49-54. +** DONE Fix git sync +CLOSED: [2018-02-25 Sun 09:24] +Kind of fixed: made an alias for =git=. +** CANCELLED Implement proper =yt= +Not really relevant, =update-feed.sh= works. +** DONE Finish repo backup flow +CLOSED: [2018-02-25 Sun 09:23] +** DONE Add Haskell Stack to =$PATH=? +CLOSED: [2017-10-16 Mon 08:27] +#+BEGIN_SRC +Using generic bindist... + + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 +100 619 0 619 0 0 334 0 --:--:-- 0:00:01 --:--:-- 1406 +100 12.8M 100 12.8M 0 0 1428k 0 0:00:09 0:00:09 --:--:-- 2599k +Installing Stack to: /usr/local/bin/stack... + +------------------------------------------------------------------------------- + +Stack has been installed to: /usr/local/bin/stack + +NOTE: You may need to run 'xcode-select --install' to set + up the Xcode command-line tools, which Stack uses. + +WARNING: '/Users/andreh/.local/bin' is not on your PATH. + For best results, please add it to the beginning of PATH in your profile. +#+END_SRC +** DONE Put ~/.ssh/know_hosts in annex +CLOSED: [2017-10-16 Mon 08:22] +** DONE Cleanup =bash/util.sh= +CLOSED: [2017-10-16 Mon 08:34] +** DONE Copy things properly in Tmux +CLOSED: [2017-10-16 Mon 08:27] +** DONE Improve podcast flow +CLOSED: [2017-10-16 Mon 08:59] +#+BEGIN_SRC shell +,git-annex-podcast-awesomeness() { + cd ~/annex/Banshee/podcasts + yellow "Checking for updates in registered podcasts..." + xargs git-annex importfeed < feeds.conf + end + cd - > /dev/null +} +#+END_SRC |