Add TODOs
This commit is contained in:
parent
1f6f857783
commit
81f23e480b
@ -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`
|
* `bashrc-mine` should be installed at `~/.bashrc-mine`
|
||||||
#### Installation
|
#### Installation
|
||||||
* `install.sh` script copies above files to their respective destinations.
|
* `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)
|
||||||
|
@ -16,15 +16,14 @@ alias kcd-project='ssh-add -d ~/.ssh/project'
|
|||||||
alias kcd-gem='ssh-add -d ~/.ssh/gem'
|
alias kcd-gem='ssh-add -d ~/.ssh/gem'
|
||||||
alias kc-l='keychain -l'
|
alias kc-l='keychain -l'
|
||||||
|
|
||||||
|
# Set Firefox profile backup aliases TODO once scripts in KTO Git, move to a bashrc-x in associated repo
|
||||||
# Set Firefox profile backup aliases
|
|
||||||
alias ff-load='~/Secure/IT/Data/scripts/firefox/firefox-load.sh'
|
alias ff-load='~/Secure/IT/Data/scripts/firefox/firefox-load.sh'
|
||||||
alias ff-save='~/Secure/IT/Data/scripts/firefox/firefox-save.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)
|
# Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)
|
||||||
alias sshvnc='ssh -L 5901:localhost:5900'
|
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'
|
alias wake='~/Secure/IT/Data/scripts/wake.sh'
|
||||||
|
|
||||||
# Set syncloud alias TODO
|
# Set syncloud alias TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user