NackerNvim script install

This commit is contained in:
2025-08-05 09:27:31 -04:00
parent d507e561d7
commit 46bbe67c96
3 changed files with 21 additions and 3 deletions

16
macos/zsh_aliases Normal file
View File

@@ -0,0 +1,16 @@
alias add-alias="vim ~/.dotfiles/macos/zsh_aliases"
alias vim="nvim"
alias untar="tar xvf"
alias uz="unzip"
alias yz="yazi"
alias tf="terraform"
alias ap-key="cat ~/.ssh/id_ed25519.pub"
alias tfp="tf plan"
alias tfa="tf apply"
alias tfd="tf destroy"
alias ga="git add ."
alias gc='git commit -m'
alias gp="git push"
alias T="tmux attach -t Work || tmux new -s Work"
alias t-help="~/.dotfiles/sh/./tmux-help"
alias ccom="sudo minicom -b $1 -D /dev/tty$2 "