From 81f23e480b04c8e618f4b3a00fba6be3ddb67261 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Mon, 14 Mar 2022 18:48:01 +0100 Subject: [PATCH] Add TODOs --- README.md | 6 ++++++ bashrc-mine | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42d54c6..49315de 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,9 @@ Add-on for [main bashrc](https://gitea.kto.black/adminconf/rcs-general), specifi * `bashrc-mine` should be installed at `~/.bashrc-mine` #### Installation * `install.sh` script copies above files to their respective destinations. + +### TODO +* Manage `keychain` absence +* Remove Firefox aliases once script will be migrated to KTO Git +* Remove wake alias once script will be migrated to KTO Git +* Set new "syncloud" alias(es) diff --git a/bashrc-mine b/bashrc-mine index 9885743..9978fc5 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -16,15 +16,14 @@ alias kcd-project='ssh-add -d ~/.ssh/project' alias kcd-gem='ssh-add -d ~/.ssh/gem' alias kc-l='keychain -l' - -# Set Firefox profile backup aliases +# Set Firefox profile backup aliases TODO once scripts in KTO Git, move to a bashrc-x in associated repo alias ff-load='~/Secure/IT/Data/scripts/firefox/firefox-load.sh' alias ff-save='~/Secure/IT/Data/scripts/firefox/firefox-save.sh' # Set SSH VNC alias (may be temporary, if we could set it up in SSH config file) alias sshvnc='ssh -L 5901:localhost:5900' -# Set wake alias +# Set wake alias TODO once script in KTO Git, move to a bashrc-x in associated repo alias wake='~/Secure/IT/Data/scripts/wake.sh' # Set syncloud alias TODO