Juan Luis
06/13/2023, 10:20 AMFlorianGD
06/13/2023, 10:22 AMNok Lam Chan
06/13/2023, 10:36 AMbrew install fish in progressIñigo Hidalgo
06/13/2023, 10:50 AMfish ? When I was looking at various shells, it seemed to be the least “backward-compatible” with bash  syntax vs something like zsh which is what I use.Iñigo Hidalgo
06/13/2023, 10:51 AMmamba for a while and will never look back to `conda`either. Will also check out rtx, though pyenv works pretty well for me (in nix systems)Juan Luis
06/13/2023, 11:19 AMJuan Luis
06/13/2023, 11:20 AMIñigo Hidalgo
06/13/2023, 12:52 PMAntony Milne
06/13/2023, 1:24 PMDeepyaman Datta
06/13/2023, 2:12 PMfuck it instead.
(kedro) deepyaman@Deepyamans-MacBook-Air kedro % git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
    git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
    git branch --set-upstream-to=origin/<branch> feat/rename-datasets
(kedro) deepyaman@Deepyamans-MacBook-Air kedro % fuck
git branch --set-upstream-to=origin/feat/rename-datasets feat/rename-datasets && git pull [enter/↑/↓/ctrl+c]
branch 'feat/rename-datasets' set up to track 'origin/feat/rename-datasets'.
Already up to date.FlorianGD
06/13/2023, 2:22 PMzoxide (better and fuzzy cd ) https://github.com/ajeetdsouza/zoxide
• bat (cat replacement) https://github.com/sharkdp/bat
• rg (grep replacement) https://github.com/BurntSushi/ripgrep
• fd (find replacement) https://github.com/sharkdp/fd
• atuin (better Ctrl+R, I find it even better than fzf ) https://github.com/ellie/atuin
• bottom (htop replacement) https://github.com/ClementTsang/bottomNok Lam Chan
06/13/2023, 2:37 PMsphinx?Juan Luis
06/13/2023, 2:41 PMNok Lam Chan
06/13/2023, 2:44 PMNok Lam Chan
06/13/2023, 2:44 PMFlorianGD
06/13/2023, 2:44 PMmkdocs , but for packages we have a workflow that works in sphinx so we keep it 😛Nok Lam Chan
06/13/2023, 2:46 PMDeepyaman Datta
06/13/2023, 2:46 PMmkdocs can't be used for API docs, right? It's just for building docs from Markdown? I looked into it briefly as well.FlorianGD
06/13/2023, 2:47 PMDeepyaman Datta
06/13/2023, 2:48 PMJuan Luis
06/13/2023, 2:48 PMFlorianGD
06/13/2023, 2:50 PMNok Lam Chan
06/13/2023, 2:52 PMNok Lam Chan
06/14/2023, 11:57 AMIñigo Hidalgo
06/14/2023, 12:04 PM