speelbarrow
Follow
🦾
hustling and/or bustling
click dotfiles.
thank me later 😎
- Toronto, ON, Canada
- https://speely.net
- https://github.com/speelbarrow/dotfiles
- in/noah-e-friedman
Highlights
- Pro
Pinned Loading
-
-
-
-
checkout-and-setup
checkout-and-setup PublicSimple GitHub Action that checks out the repository and sets up the environment.
-
Docker convenience command extensions
Docker convenience command extensions 1# Source this file!
2function docker {
3case "$1" in
4disposable)
5command docker run --rm -it --name disposable ${@[@]:2}
-
Open file in Neovide
Open file in Neovide 1# Only tested on macOS, but should work anywhere where you can specify a shell script as the program to open a file with
2# On macOS, create an Automator app, then create a "Run Shell Script" step and run this script.
34PID=`grep -oE "([0-9]+)\.0$" "$HOME/.neovide" | rev | cut -c3- | rev`
5if ps -p $PID > /dev/null; then
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.