chore: ZSH MacOS

This commit is contained in:
2023-12-10 21:22:07 +00:00
parent 9a42d0e71a
commit 0c33e2571e
15 changed files with 593 additions and 54 deletions

8
.config/zsh/dotfiles.zsh Normal file
View File

@@ -0,0 +1,8 @@
# ~/.config/zsh/myfunctions/dotfiles.zsh
config() {
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
}
alias lc="lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"