Add dotfiles macos

This commit is contained in:
N0lik
2025-08-04 03:06:11 +04:00
parent 74bde09164
commit ffd414e1ff
6 changed files with 81 additions and 108 deletions

13
sh/alias/bash_aliases Normal file
View File

@@ -0,0 +1,13 @@
alias af="cd /home/h0lik/dev/ansible"
alias agup="sudo virsh start ansible"
alias agdown="sudo virsh shutdown ansible"
alias assh="ssh ansible"
alias devsrv="ssh worksrv"
alias grep="grep --color=auto"
alias host-ssh="/home/h0lik/.bin/./ssh-host.sh"
alias ga="git add"
alias gc="git commit -m"
alias gp="git push -u"
alias gch="git checkout"
alias gm="git merge"
alias gps="git pull"

16
sh/alias/zsh_aliases Normal file
View File

@@ -0,0 +1,16 @@
alias add-alias="vim ~/.dotfiles/alias/zsh_aliases"
alias vim="nvim"
alias untar="tar xvf"
alias uz="unzip"
alias yz="yazi"
alias tf="terraform"
alias ap-key="cat ~/.myconfig/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 "