What are your programming hot takes? 7 1
I am triggered by that statement.
Reply
What are your must-have packages? 7 0
- neovim
- alacritty
- zsh
- oh my zsh
- starship (promp)
- zellij
- btop | htop
- ripgrep
- fd-find
- exa
- fnm (nvm alternative, since nvm starts too slow for me)
- yt-dlp
- bat (batcat)
- the usual base-devel / build-essential
Reply
Git tip: switch to previous branch 0 0
I switch to using switch since git switch
auto-creates the local branch from the remote branch, if the branch doesn't exist yet, and a remote branch with the corresponding name exists.
Also git switch -c
for auto-creating a new branch, even if there is no remote branch for it
Reply
Next
Ray Gay @programming.dev
Posts 0
Comments 5