initial commit

This commit is contained in:
2024-04-02 19:08:20 -04:00
commit 861be343e4
13 changed files with 330 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
alias config="bbedit ~/dotfiles"
alias nv="open -a Nova"
alias ptob="gh pr create -B beta"
alias prune-git="git remote prune origin"
alias dev="sh ~/dotfiles/scripts/run-dev.sh"
alias lint="sh ~/dotfiles/scripts/run-lint.sh"
alias commit="sh ~/Documents/Shell\ Scripts/git-commit-push.sh"
alias macmini="ssh admin@Memory-Alpha.local"
alias ls="eza"
alias cd="z"