about summary refs log tree commit diff
path: root/home/shell/fish/functions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(home/fish): new function to run home-managerFranck Cuny2023-02-211-0/+4
|
* feat(home/fish): function to create go projectsFranck Cuny2023-02-211-0/+27
| | | | | | A function to create a go project: it creates the git repository, setup the project using a flake template, create an initial commit, push it and ensure we can run drone on it.
* feat(home/fish): move fish's code to external filesFranck Cuny2023-02-212-2/+22
| | | | | | | It's easier to edit / debug / test the code that way. This also add a new function (`find-ssh-agent') to find or start a new ssh agent when a shell is started.
* fix(home): remove various shell functions related to gerritFranck Cuny2022-10-291-6/+0
| | | | I'm not using gerrit anymore.
* feat(home/shell): manage fish's functions directoryFranck Cuny2022-06-202-0/+10
Change-Id: I03a35a211c7563e65770b39b140099291efafab9 Reviewed-on: https://cl.fcuny.net/c/world/+/458 Reviewed-by: Franck Cuny <franck@fcuny.net> Tested-by: CI