diff options
-rw-r--r-- | .todo | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,18 +1,21 @@ <?xml version="1.0"?> <todo version="0.1.20"> - <note priority="low" time="1213221704" done="1213257550"> - implement package conflicts - </note> <note priority="medium" time="1213441704" done="1213467969"> bin/pkg: Automatically symlink bin/* <comment> Now I just need to wait some time and then I can make ~/bin point to packages/.collected/bin </comment> </note> + <note priority="low" time="1213221704" done="1213257550"> + implement package conflicts + </note> <note priority="low" time="1213441632"> bin/pkg: pkg_remove: Also remove symlinks from other places (~/.foo and such) </note> <note priority="low" time="1213441687"> bin/pkg: pkg_update: Remove symlinks that break due to the update </note> + <note priority="low" time="1214002909"> + bin/pkg: Add 'triggers' (a package provides it's own crontab/zsh config etc, it is no longer in the package cron/zsh) + </note> </todo> |